|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectkoala.dynamicjava.tree.Identifier
This class implements a tree token
| Constructor Summary | |
Identifier(java.lang.String im)
Creates a new token |
|
Identifier(java.lang.String im,
int bl,
int bc,
int el,
int ec)
Creates a new token |
|
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Identifier(java.lang.String im)
im - the image
public Identifier(java.lang.String im,
int bl,
int bc,
int el,
int ec)
im - the imagebl - the begin linebc - the begin columnel - the end lineec - the end column| Method Detail |
public java.lang.String image()
image in interface IdentifierTokenpublic int beginLine()
beginLine in interface IdentifierTokenpublic int endLine()
endLine in interface IdentifierTokenpublic int beginColumn()
beginColumn in interface IdentifierTokenpublic int endColumn()
endColumn in interface IdentifierToken
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||