com.ff.JEvaluator
Class EvaluatorErrcodes

java.lang.Object
  extended by com.ff.JEvaluator.EvaluatorErrcodes

public class EvaluatorErrcodes
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 PARSE_INVALID_FUNCTION
           
static int PARSE_INVALID_NUMBER_OF_ARGUMENTS
           
static int PARSE_NOERROR
           
static int PARSE_UNBALANCED_EXPR
           
 
Constructor Summary
EvaluatorErrcodes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARSE_NOERROR

public static final int PARSE_NOERROR
See Also:
Constant Field Values

PARSE_UNBALANCED_EXPR

public static final int PARSE_UNBALANCED_EXPR
See Also:
Constant Field Values

PARSE_INVALID_FUNCTION

public static final int PARSE_INVALID_FUNCTION
See Also:
Constant Field Values

PARSE_INVALID_NUMBER_OF_ARGUMENTS

public static final int PARSE_INVALID_NUMBER_OF_ARGUMENTS
See Also:
Constant Field Values
Constructor Detail

EvaluatorErrcodes

public EvaluatorErrcodes()