ArrayAccess |
Access an element of an array
|
BuildContext |
The build context captures knowledge about
conditions, variables, etc.
|
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 ? first_value : second_value
|
ConstraintBuilder |
The constraint builder takes an expression
(e.g.
|
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.
|
UnaryExpression |
An unary operation operates on one value.
|
VariableExpression |
An expression consisting of a variable value.
|