jhplot.math.exp4j.tokenizer
Class NumberToken
- java.lang.Object
-
- jhplot.math.exp4j.tokenizer.Token
-
- jhplot.math.exp4j.tokenizer.NumberToken
-
public final class NumberToken extends Token
Represents a number in the 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 NumberToken(double value)
Create a new instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description double
getValue()
Get the value of the number
-
DMelt 3.0 © DataMelt by jWork.ORG