org.eclipse.jdt.internal.compiler.env
接口 IGenericMethod

所有已知子接口:
IBinaryMethod, ISourceMethod
所有已知实现类:
AnnotationMethodInfo, AnnotationMethodInfoWithAnnotations, MethodInfo, MethodInfoWithAnnotations

public interface IGenericMethod


方法摘要
 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()
           
 

方法详细信息

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.



Copyright © 2013. All Rights Reserved.