|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Token | |
---|---|
org.prorefactor.refactor.source | This package is incomplete. |
Uses of Token in org.prorefactor.refactor.source |
---|
Methods in org.prorefactor.refactor.source that return Token | |
---|---|
Token |
ConditionalExpansion.getFirstCondToken()
The first "condition" token: &IF, &ELSEIF, or &ELSE. |
Token |
ConditionalExpansion.getFirstProperToken()
The first "proper" token - the first token to come after the condition. |
Token |
Expansion.getFirstToken()
The first token in the chain of tokens which resulted from this expansion. |
Methods in org.prorefactor.refactor.source with parameters of type Token | |
---|---|
void |
Token.addNestedToken(Token nestedToken)
|
java.util.List |
Processor.calculateTokenContents(Token token)
For a Token, return a list of TokenContent objects. |
void |
ConditionalExpansion.setFirstCondToken(Token token)
|
void |
ConditionalExpansion.setFirstProperToken(Token token)
|
Constructors in org.prorefactor.refactor.source with parameters of type Token | |
---|---|
Token(Token orig)
Copy constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |