org.eclipse.jdt.internal.compiler.env
Interface IGenericMethod

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

public interface IGenericMethod


Method Summary
 char[][] getArgumentNames()
          Answer the names of the argument or null if the argument names are not available.
 int getModifiers()
          Answer an int whose bits are set according the access constants defined by the VM spec.
 boolean isConstructor()
           
 

Method Detail

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.