jhplot.math.exp4j.tokenizer
Class VariableToken
- java.lang.Object
-
- jhplot.math.exp4j.tokenizer.Token
-
- jhplot.math.exp4j.tokenizer.VariableToken
-
public class VariableToken extends Token
represents a setVariable used in an expression
-
-
Field Summary
-
Fields inherited from class jhplot.math.exp4j.tokenizer.Token
TOKEN_FUNCTION, TOKEN_NUMBER, TOKEN_OPERATOR, TOKEN_PARENTHESES_CLOSE, TOKEN_PARENTHESES_OPEN, TOKEN_SEPARATOR, TOKEN_VARIABLE
-
-
Constructor Summary
Constructors Constructor and Description VariableToken(java.lang.String name)
Create a new instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.String
getName()
Get the name of the setVariable
-
DMelt 3.0 © DataMelt by jWork.ORG