com.ff.JEvaluator
Class JEvaluatorErrcodes

java.lang.Object
  extended bycom.ff.JEvaluator.JEvaluatorErrcodes

public class JEvaluatorErrcodes
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
JEvaluatorErrcodes()
           
 
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

JEvaluatorErrcodes

public JEvaluatorErrcodes()