public static class ISourceElementRequestor.FieldInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Annotation[] |
annotations |
char[][] |
categories |
int |
declarationStart |
int |
modifiers |
char[] |
name |
int |
nameSourceEnd |
int |
nameSourceStart |
FieldDeclaration |
node |
char[] |
type |
boolean |
typeAnnotated |
| Constructor and Description |
|---|
FieldInfo() |
public boolean typeAnnotated
public int declarationStart
public int modifiers
public char[] type
public char[] name
public int nameSourceStart
public int nameSourceEnd
public char[][] categories
public Annotation[] annotations
public FieldDeclaration node