Schnittstelle IGenericMethod

Alle bekannten Unterschnittstellen:
IBinaryMethod, ISourceMethod
Alle bekannten Implementierungsklassen:
AnnotationMethodInfo, AnnotationMethodInfoWithAnnotations, CodeSnippetSkeleton.BinaryMethodSkeleton, MethodInfo, MethodInfoWithAnnotations, SourceAnnotationMethodInfo, SourceConstructorInfo, SourceConstructorWithChildrenInfo, SourceMethodElementInfo, SourceMethodInfo, SourceMethodWithChildrenInfo

public interface IGenericMethod
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    char[][]
    Answer the names of the argument or null if the argument names are not available.
    int
    Answer an int whose bits are set according the access constants defined by the VM spec.
    boolean
     
  • Methodendetails

    • getModifiers

      int getModifiers()
      Answer an int whose bits are set according the access constants defined by the VM spec.
    • isConstructor

      boolean isConstructor()
    • getArgumentNames

      char[][] getArgumentNames()
      Answer the names of the argument or null if the argument names are not available.