public class OperatorToken extends Token
TOKEN_FUNCTION, TOKEN_NUMBER, TOKEN_OPERATOR, TOKEN_PARENTHESES_CLOSE, TOKEN_PARENTHESES_OPEN, TOKEN_SEPARATOR, TOKEN_VARIABLE
Constructor and Description |
---|
OperatorToken(Operator op)
Create a new instance
|
Modifier and Type | Method and Description |
---|---|
Operator |
getOperator()
Get the operator for that token
|
Jas4pp 1.5 © Java Analysis Studio for Particle Physics