Package net.objecthunter.exp4j.tokenizer
Class VariableToken
java.lang.Object
net.objecthunter.exp4j.tokenizer.Token
net.objecthunter.exp4j.tokenizer.VariableToken
-
Field Summary
Fields inherited from class net.objecthunter.exp4j.tokenizer.Token
TOKEN_FUNCTION, TOKEN_NUMBER, TOKEN_OPERATOR, TOKEN_PARENTHESES_CLOSE, TOKEN_PARENTHESES_OPEN, TOKEN_SEPARATOR, TOKEN_VARIABLE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VariableToken
Create a new instance- Parameters:
name- the name of the setVariable
-
-
Method Details
-
getName
-