jhplot.math.exp4j.tokenizer
Class Token
- java.lang.Object
-
- jhplot.math.exp4j.tokenizer.Token
-
- Direct Known Subclasses:
- FunctionToken, NumberToken, OperatorToken, VariableToken
public abstract class Token extends java.lang.Object
Abstract class for tokens used by exp4j to tokenize expressions
-
-
Field Summary
Fields Modifier and Type Field and Description static short
TOKEN_FUNCTION
static short
TOKEN_NUMBER
static short
TOKEN_OPERATOR
static short
TOKEN_PARENTHESES_CLOSE
static short
TOKEN_PARENTHESES_OPEN
static short
TOKEN_SEPARATOR
static short
TOKEN_VARIABLE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description int
getType()
-
-
-
Field Detail
-
TOKEN_NUMBER
public static final short TOKEN_NUMBER
- See Also:
- Constant Field Values
-
TOKEN_OPERATOR
public static final short TOKEN_OPERATOR
- See Also:
- Constant Field Values
-
TOKEN_FUNCTION
public static final short TOKEN_FUNCTION
- See Also:
- Constant Field Values
-
TOKEN_PARENTHESES_OPEN
public static final short TOKEN_PARENTHESES_OPEN
- See Also:
- Constant Field Values
-
TOKEN_PARENTHESES_CLOSE
public static final short TOKEN_PARENTHESES_CLOSE
- See Also:
- Constant Field Values
-
TOKEN_VARIABLE
public static final short TOKEN_VARIABLE
- See Also:
- Constant Field Values
-
TOKEN_SEPARATOR
public static final short TOKEN_SEPARATOR
- See Also:
- Constant Field Values
-
-
DMelt 3.0 © DataMelt by jWork.ORG