public class OperatorToken extends Token
TOKEN_FUNCTION, TOKEN_NUMBER, TOKEN_OPERATOR, TOKEN_PARENTHESES_CLOSE, TOKEN_PARENTHESES_OPEN, TOKEN_SEPARATOR, TOKEN_VARIABLE, type| Constructor and Description |
|---|
OperatorToken(Operator op)
Create a new instance
|
| Modifier and Type | Method and Description |
|---|---|
Operator |
getOperator()
Get the operator for that token
|
Copyright © 2014. All rights reserved.