Interface IGenericMethod

All Known Subinterfaces:
IBinaryMethod, ISourceMethod
All Known Implementing Classes:
AnnotationMethodInfo, AnnotationMethodInfoWithAnnotations, CodeSnippetSkeleton.BinaryMethodSkeleton, IndexBinaryMethod, MethodInfo, MethodInfoWithAnnotations, SourceAnnotationMethodInfo, SourceConstructorInfo, SourceConstructorWithChildrenInfo, SourceMethodElementInfo, SourceMethodInfo, SourceMethodWithChildrenInfo

public interface IGenericMethod
  • Method Summary

    Modifier and Type
    Method
    Description
    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
     
  • Method Details

    • 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.