| ArrayAccess |
Access an element of an array
|
| BuildContext |
The build context captures knowledge about
conditions, variables, etc. during constraint
parsing or building.
|
| CastExpression |
An unary operation operates on one value.
|
| CollectExpression |
A collect expression collects values.
|
| ConditionalExpression |
A conditional operation uses a condition to choose from two values:
condition ?
|
| ConstraintBuilder |
The constraint builder takes an expression
(e.g. from the parser) and generates appropriate
constraints and/or conditions for it.
|
| DefaultParserHelper |
Basic handler for context specific parsing issues.
|
| ExistentialDeclaration |
Demand the existence of an object and bind an instance to a variable.
|
| Expression |
Base class for all expressions.
|
| FieldAccess |
Access a field of a value.
|
| JavaJadexLexer |
|
| JavaJadexParser |
|
| JavaParserTest |
Test the functionality of the clips parser.
|
| LiteralExpression |
A literal is a constant value.
|
| MethodAccess |
Invoke a method on an object.
|
| OperationExpression |
An operation composes two values.
|
| PrimaryExpression |
A computable value composed of primary value and zero to many suffixes.
|
| SJavaParser |
Static helper methods for Java condition parser.
|
| StaticMethodAccess |
Invoke a static method.
|
| Suffix |
Suffix to a value (e.g. method or field access).
|
| UnaryExpression |
An unary operation operates on one value.
|
| VariableExpression |
An expression consisting of a variable value.
|