public static class ISourceElementRequestor.TypeInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Annotation[] |
annotations |
boolean |
anonymousMember |
char[][] |
categories |
java.util.HashMap |
childrenCategories |
int |
declarationStart |
int |
extraFlags |
int |
modifiers |
char[] |
name |
int |
nameSourceEnd |
int |
nameSourceStart |
TypeDeclaration |
node |
boolean |
secondary |
char[] |
superclass |
char[][] |
superinterfaces |
boolean |
typeAnnotated |
ISourceElementRequestor.TypeParameterInfo[] |
typeParameters |
| Constructor and Description |
|---|
TypeInfo() |
public boolean typeAnnotated
public int declarationStart
public int modifiers
public char[] name
public int nameSourceStart
public int nameSourceEnd
public char[] superclass
public char[][] superinterfaces
public ISourceElementRequestor.TypeParameterInfo[] typeParameters
public char[][] categories
public boolean secondary
public boolean anonymousMember
public Annotation[] annotations
public int extraFlags
public TypeDeclaration node
public java.util.HashMap childrenCategories