com.ff.JEvaluator
Class JEvaluatorNodeTypes
java.lang.Object
com.ff.JEvaluator.JEvaluatorNodeTypes
- public class JEvaluatorNodeTypes
- extends java.lang.Object
- Author:
- fiorucci
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EVAL_NOTYPE
public static final int EVAL_NOTYPE
- See Also:
- Constant Field Values
EVAL_OPERATOR_PLUSMINUS
public static final int EVAL_OPERATOR_PLUSMINUS
- See Also:
- Constant Field Values
EVAL_OPERATOR_MULTIPLYDIVIDEPOWER
public static final int EVAL_OPERATOR_MULTIPLYDIVIDEPOWER
- See Also:
- Constant Field Values
EVAL_CONSTANT
public static final int EVAL_CONSTANT
- See Also:
- Constant Field Values
EVAL_VARIABLE
public static final int EVAL_VARIABLE
- See Also:
- Constant Field Values
EVAL_FUNCTION
public static final int EVAL_FUNCTION
- See Also:
- Constant Field Values
EVAL_OPENPARENTHESIS
public static final int EVAL_OPENPARENTHESIS
- See Also:
- Constant Field Values
EVAL_CLOSEDPARENTHESIS
public static final int EVAL_CLOSEDPARENTHESIS
- See Also:
- Constant Field Values
EVAL_FUNCTION_COMMA
public static final int EVAL_FUNCTION_COMMA
- See Also:
- Constant Field Values
EVAL_LABEL
public static final int EVAL_LABEL
- See Also:
- Constant Field Values
EVAL_STRING_OPERATOR_PLUSMINUS
public static final java.lang.String EVAL_STRING_OPERATOR_PLUSMINUS
- See Also:
- Constant Field Values
EVAL_STRING_OPERATOR_MULTIPLYDIVIDEPOWER
public static final java.lang.String EVAL_STRING_OPERATOR_MULTIPLYDIVIDEPOWER
- See Also:
- Constant Field Values
EVAL_STRING_CONSTANT
public static final java.lang.String EVAL_STRING_CONSTANT
- See Also:
- Constant Field Values
EVAL_STRING_VARIABLE
public static final java.lang.String EVAL_STRING_VARIABLE
- See Also:
- Constant Field Values
EVAL_STRING_OPENPARENTHESIS
public static final java.lang.String EVAL_STRING_OPENPARENTHESIS
- See Also:
- Constant Field Values
EVAL_STRING_CLOSEDPARENTHESIS
public static final java.lang.String EVAL_STRING_CLOSEDPARENTHESIS
- See Also:
- Constant Field Values
EVAL_STRING_COMMA
public static final java.lang.String EVAL_STRING_COMMA
- See Also:
- Constant Field Values
EVAL_STRING_LABEL
public static final java.lang.String EVAL_STRING_LABEL
- See Also:
- Constant Field Values
JEvaluatorNodeTypes
public JEvaluatorNodeTypes()