|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Token | |
---|---|
org.cytoscape.equations | |
org.cytoscape.equations.parse_tree |
Uses of Token in org.cytoscape.equations |
---|
Methods in org.cytoscape.equations that return Token | |
---|---|
Token |
Tokeniser.getToken()
|
static Token |
Token.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Token[] |
Token.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.cytoscape.equations with parameters of type Token | |
---|---|
void |
Tokeniser.ungetToken(Token token)
|
Uses of Token in org.cytoscape.equations.parse_tree |
---|
Methods in org.cytoscape.equations.parse_tree that return Token | |
---|---|
Token |
UnaryOpNode.getOperator()
|
Token |
BinOpNode.getOperator()
|
Constructors in org.cytoscape.equations.parse_tree with parameters of type Token | |
---|---|
BinOpNode(int sourceLocation,
Token operator,
Node lhs,
Node rhs)
|
|
UnaryOpNode(int sourceLocation,
Token operator,
Node operand)
|
|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |