public interface ISourceField extends IGenericField
| Modifier and Type | Method and Description |
|---|---|
int |
getDeclarationSourceEnd()
Answer the source end position of the field's declaration.
|
int |
getDeclarationSourceStart()
Answer the source start position of the field's declaration.
|
char[] |
getInitializationSource()
Answer the initialization source for this constant field.
|
int |
getNameSourceEnd()
Answer the source end position of the field's name.
|
int |
getNameSourceStart()
Answer the source start position of the field's name.
|
char[] |
getTypeName()
Answer the type name of the field.
|
getModifiersint getDeclarationSourceEnd()
int getDeclarationSourceStart()
char[] getInitializationSource()
int getNameSourceEnd()
int getNameSourceStart()
char[] getTypeName()