B G I J M R T

B

BooleanExpresionDemo - Class in jboolexpr.demo
Class demo to evaluate boolean expresions.
BooleanExpresionDemo() - Constructor for class jboolexpr.demo.BooleanExpresionDemo
 
BooleanExpression - Class in jboolexpr
The main class to evaluate Boolean String Expressions.

G

getBooleanExpression() - Method in exception jboolexpr.MalformedBooleanException
Returns the Boolean String Expression.
getBooleanExpressionErrorIndexes() - Method in exception jboolexpr.MalformedBooleanException
Returns the error indexes.
getBooleanExpressionErrorMessage() - Method in exception jboolexpr.MalformedBooleanException
Returns the error message.

I

init() - Method in class jboolexpr.demo.BooleanExpresionDemo
Add controls and init applet.
itemStateChanged(ItemEvent) - Method in class jboolexpr.demo.BooleanExpresionDemo
Called when boolean expression type choice change.

J

jboolexpr - package jboolexpr
 
jboolexpr.demo - package jboolexpr.demo
 

M

main(String[]) - Static method in class jboolexpr.demo.BooleanExpresionDemo
Main application entrypoint.
MalformedBooleanException - Exception in jboolexpr
If the Boolean String Expression is malformed.

R

readLeftToRight(String) - Static method in class jboolexpr.BooleanExpression
Returns a BooleanExpression that read the Boolean String Expression from left to right.
readRightToLeft(String) - Static method in class jboolexpr.BooleanExpression
Returns a BooleanExpression that read the Boolean String Expression from right to left.

T

textValueChanged(TextEvent) - Method in class jboolexpr.demo.BooleanExpresionDemo
Called when text values change.

B G I J M R T