Klasse ExecutableExaminer
java.lang.Object
ch.nolix.core.structurecontrol.reflectionexaminer.ExecutableExaminer
- Alle implementierten Schnittstellen:
IExecutableExaminer
- Version:
- 2023-01-22
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
allParametersOfExecutableAreOfType
(Executable executable, Class<?> type)
-
Konstruktordetails
-
ExecutableExaminer
public ExecutableExaminer()
-
-
Methodendetails
-
allParametersOfExecutableAreOfType
- Angegeben von:
allParametersOfExecutableAreOfType
in SchnittstelleIExecutableExaminer
- Parameter:
executable
-type
-- Gibt zurück:
- true if all parameters of the given executable are of the given type, false otherwise.
-