public class VariableToken extends Token
TOKEN_FUNCTION, TOKEN_NUMBER, TOKEN_OPERATOR, TOKEN_PARENTHESES_CLOSE, TOKEN_PARENTHESES_OPEN, TOKEN_SEPARATOR, TOKEN_VARIABLE, type| Constructor and Description |
|---|
VariableToken(String name)
Create a new instance
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the name of the setVariable
|
Copyright © 2017. All rights reserved.