org.statcato.calculator
Class Token
- java.lang.Object
-
- org.statcato.calculator.Token
-
public class Token extends java.lang.ObjectA token in a mathematical expression accepted by the Statcato calculator.- Since:
- 1.0
-
-
Field Summary
Fields Modifier and Type Field and Description static intADDstatic intCOLUMNstatic intCONSTANTstatic intDIVIDEstatic intFUNCTIONstatic intLASTstatic intLEFTPARENstatic intMULTIPLYstatic intNEGATEstatic intNUMBERstatic intPOWERstatic intQUOTEstatic intRIGHTPARENstatic java.lang.String[]STRINGSArray of string representations of the tokens.static intSUBTRACTstatic intUNDEFINEDstatic intVARIABLE
-
Constructor Summary
Constructors Constructor and Description Token()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static java.lang.StringtoString(int i)Returns the string representation of the given token type.
-
-
-
Field Detail
-
UNDEFINED
public static final int UNDEFINED
- See Also:
- Constant Field Values
-
ADD
public static final int ADD
- See Also:
- Constant Field Values
-
SUBTRACT
public static final int SUBTRACT
- See Also:
- Constant Field Values
-
MULTIPLY
public static final int MULTIPLY
- See Also:
- Constant Field Values
-
DIVIDE
public static final int DIVIDE
- See Also:
- Constant Field Values
-
POWER
public static final int POWER
- See Also:
- Constant Field Values
-
NEGATE
public static final int NEGATE
- See Also:
- Constant Field Values
-
LEFTPAREN
public static final int LEFTPAREN
- See Also:
- Constant Field Values
-
RIGHTPAREN
public static final int RIGHTPAREN
- See Also:
- Constant Field Values
-
NUMBER
public static final int NUMBER
- See Also:
- Constant Field Values
-
FUNCTION
public static final int FUNCTION
- See Also:
- Constant Field Values
-
COLUMN
public static final int COLUMN
- See Also:
- Constant Field Values
-
VARIABLE
public static final int VARIABLE
- See Also:
- Constant Field Values
-
CONSTANT
public static final int CONSTANT
- See Also:
- Constant Field Values
-
QUOTE
public static final int QUOTE
- See Also:
- Constant Field Values
-
LAST
public static final int LAST
- See Also:
- Constant Field Values
-
STRINGS
public static final java.lang.String[] STRINGS
Array of string representations of the tokens.
-
-
DMelt 3.0 © DataMelt by jWork.ORG