|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISourceField
Method Summary | |
---|---|
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. |
Methods inherited from interface org.eclipse.jdt.internal.compiler.env.IGenericField |
---|
getModifiers |
Method Detail |
---|
int getDeclarationSourceEnd()
int getDeclarationSourceStart()
char[] getInitializationSource()
int getNameSourceEnd()
int getNameSourceStart()
char[] getTypeName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |