|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents an identifier token, ie a token from the tree point of view
Method Summary | |
int |
beginColumn()
Returns the column number where the beginning of the token was found in the source file |
int |
beginLine()
Returns the line number where the beginning of the token was found in the source file |
int |
endColumn()
Returns the column number where the end of the token was found in the source file |
int |
endLine()
Returns the line number where the end of the token was found in the source file |
java.lang.String |
image()
Returns the representation of the identifier |
Method Detail |
public java.lang.String image()
public int beginLine()
public int endLine()
public int beginColumn()
public int endColumn()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |