fleXplorer.BooleanParser
Class CBoolFkt

java.lang.Object
  extended by fleXplorer.BooleanParser.CBoolFkt

public class CBoolFkt
extends java.lang.Object


Field Summary
static int BRACKETEXPECTED
           
static int BRACKETNOTALLOWED
           
 int nMaxVars
           
 int nMinVars
           
static int NOTOKEN
           
static int NOVARS
           
static int OK
           
 java.lang.StringBuffer sActiveVars
           
 java.lang.StringBuffer sValidInput
           
static int UNKNOWNTOKEN
           
static int VAREXPECTED
           
 boolean[] Vars
           
 
Constructor Summary
CBoolFkt()
           
 
Method Summary
 boolean evaluate()
           
 int format(java.lang.String expression)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OK

public static final int OK
See Also:
Constant Field Values

NOTOKEN

public static final int NOTOKEN
See Also:
Constant Field Values

UNKNOWNTOKEN

public static final int UNKNOWNTOKEN
See Also:
Constant Field Values

NOVARS

public static final int NOVARS
See Also:
Constant Field Values

VAREXPECTED

public static final int VAREXPECTED
See Also:
Constant Field Values

BRACKETEXPECTED

public static final int BRACKETEXPECTED
See Also:
Constant Field Values

BRACKETNOTALLOWED

public static final int BRACKETNOTALLOWED
See Also:
Constant Field Values

nMaxVars

public final int nMaxVars
See Also:
Constant Field Values

nMinVars

public int nMinVars

sActiveVars

public java.lang.StringBuffer sActiveVars

sValidInput

public java.lang.StringBuffer sValidInput

Vars

public boolean[] Vars
Constructor Detail

CBoolFkt

public CBoolFkt()
Method Detail

format

public int format(java.lang.String expression)

evaluate

public boolean evaluate()