| Package | Description | 
|---|---|
| org.scripthelper.debug | 
 The debug package. 
 | 
| org.scripthelper.debug.expr | 
 Contains the blocks for the breakpoints expressions. 
 | 
| org.scripthelper.debug.expr.parser | 
 Contains the JavaCC parser for the breakpoint expressions. 
 | 
| Class and Description | 
|---|
| Expression
 Repredent any expression that can be evaluated. 
 | 
| Class and Description | 
|---|
| AbstractAryExpression
 An abstract Ary expression. 
 | 
| AbstractAryNumericExpression
 An abstract Ary numeric expression. 
 | 
| AbstractExpression
 An abstract expression contains  
eval() methods which cefault to Expression.eval(). | 
| AbstractUnaryExpression
 An abstract unary expression. 
 | 
| AbstractValue
 An abstract value, used for Constants and variables. 
 | 
| AryExpression
 Represent an expression with two predicates, as for example AND. 
 | 
| Constant
 Represent a Constant. 
 | 
| Equation
 An Equation interface. 
 | 
| Expression
 Repredent any expression that can be evaluated. 
 | 
| UnaryExpression
 Represent an expression with one predicate, as for example NOT. 
 | 
| Value
 A value element interface, which can be a Constant or a Variable. 
 | 
| Variable
 Represent a Variable. 
 | 
| Class and Description | 
|---|
| Equation
 An Equation interface. 
 | 
Copyright © 2019-2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence