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.ObjectAbstract class for tokens used by exp4j to tokenize expressions
-
-
Field Summary
Fields Modifier and Type Field and Description static shortTOKEN_FUNCTIONstatic shortTOKEN_NUMBERstatic shortTOKEN_OPERATORstatic shortTOKEN_PARENTHESES_CLOSEstatic shortTOKEN_PARENTHESES_OPENstatic shortTOKEN_SEPARATORstatic shortTOKEN_VARIABLE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetType()
-
-
-
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