com.ff.JEvaluator
Class JEvaluatorNodeTypes

java.lang.Object
  extended by 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

Field Summary
static int EVAL_CLOSEDPARENTHESIS
           
static int EVAL_CONSTANT
           
static int EVAL_FUNCTION
           
static int EVAL_FUNCTION_COMMA
           
static int EVAL_LABEL
           
static int EVAL_NOTYPE
           
static int EVAL_OPENPARENTHESIS
           
static int EVAL_OPERATOR_MULTIPLYDIVIDEPOWER
           
static int EVAL_OPERATOR_PLUSMINUS
           
static java.lang.String EVAL_STRING_CLOSEDPARENTHESIS
           
static java.lang.String EVAL_STRING_COMMA
           
static java.lang.String EVAL_STRING_CONSTANT
           
static java.lang.String EVAL_STRING_LABEL
           
static java.lang.String EVAL_STRING_OPENPARENTHESIS
           
static java.lang.String EVAL_STRING_OPERATOR_MULTIPLYDIVIDEPOWER
           
static java.lang.String EVAL_STRING_OPERATOR_PLUSMINUS
           
static java.lang.String EVAL_STRING_VARIABLE
           
static int EVAL_VARIABLE
           
 
Constructor Summary
JEvaluatorNodeTypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

JEvaluatorNodeTypes

public JEvaluatorNodeTypes()