public static class ISourceElementRequestor.MethodInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Annotation[] |
annotations |
char[][] |
categories |
int |
declarationStart |
char[] |
declaringPackageName |
int |
declaringTypeModifiers |
char[][] |
exceptionTypes |
int |
extraFlags |
boolean |
isAnnotation |
boolean |
isConstructor |
int |
modifiers |
char[] |
name |
int |
nameSourceEnd |
int |
nameSourceStart |
AbstractMethodDeclaration |
node |
ISourceElementRequestor.ParameterInfo[] |
parameterInfos |
char[][] |
parameterNames |
char[][] |
parameterTypes |
char[] |
returnType |
boolean |
typeAnnotated |
ISourceElementRequestor.TypeParameterInfo[] |
typeParameters |
| Constructor and Description |
|---|
MethodInfo() |
public boolean typeAnnotated
public boolean isConstructor
public boolean isAnnotation
public int declarationStart
public int modifiers
public char[] returnType
public char[] name
public int nameSourceStart
public int nameSourceEnd
public char[][] parameterTypes
public char[][] parameterNames
public char[][] exceptionTypes
public ISourceElementRequestor.TypeParameterInfo[] typeParameters
public char[][] categories
public Annotation[] annotations
public char[] declaringPackageName
public int declaringTypeModifiers
public int extraFlags
public AbstractMethodDeclaration node
public ISourceElementRequestor.ParameterInfo[] parameterInfos