public class VariableToken extends Token
TOKEN_FUNCTION, TOKEN_NUMBER, TOKEN_OPERATOR, TOKEN_PARANTHESES_CLOSE, TOKEN_PARANTHESES_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 variable
|
Copyright © 2014. All rights reserved.