Klasse ExecutableExaminer

java.lang.Object
ch.nolix.core.structurecontrol.reflectionexaminer.ExecutableExaminer
Alle implementierten Schnittstellen:
IExecutableExaminer

public final class ExecutableExaminer extends Object implements IExecutableExaminer
Version:
2023-01-22
Autor:
Silvan Wyss
  • Konstruktordetails

    • ExecutableExaminer

      public ExecutableExaminer()
  • Methodendetails

    • allParametersOfExecutableAreOfType

      public boolean allParametersOfExecutableAreOfType(Executable executable, Class<?> type)
      Angegeben von:
      allParametersOfExecutableAreOfType in Schnittstelle IExecutableExaminer
      Parameter:
      executable -
      type -
      Gibt zurück:
      true if all parameters of the given executable are of the given type, false otherwise.