|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinkedToken | |
---|---|
com.unitesk.atp.tree.tool.antlr |
Uses of LinkedToken in com.unitesk.atp.tree.tool.antlr |
---|
Fields in com.unitesk.atp.tree.tool.antlr declared as LinkedToken | |
---|---|
protected LinkedToken |
LinkFilter.first
|
protected LinkedToken |
LinkFilter.last
|
protected LinkedToken |
LinkedToken.next
|
protected LinkedToken |
LinkedToken.prev
|
Methods in com.unitesk.atp.tree.tool.antlr that return LinkedToken | |
---|---|
LinkedToken |
LinkFilter.getFirstToken()
Returns the first token of chain. |
LinkedToken |
LinkFilter.getLastToken()
Returns the last token of chain. |
LinkedToken |
LinkedToken.getNextToken()
Get the next token |
LinkedToken |
LinkedToken.getPrevToken()
Get the previous token |
Methods in com.unitesk.atp.tree.tool.antlr with parameters of type LinkedToken | |
---|---|
void |
LinkedToken.setNextToken(LinkedToken next)
Link to the next token |
void |
LinkedToken.setPrevToken(LinkedToken prev)
Link to the previous token |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |