| Package | Description |
|---|---|
| com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
| com.whitestein.lsps.engine.lang | |
| com.whitestein.lsps.engine.lang.compiled | |
| com.whitestein.lsps.engine.sharedrecord | |
| com.whitestein.lsps.engine.state.xml | |
| com.whitestein.lsps.human.context |
Classes that represents human-oriented model objects in java code.
|
| com.whitestein.lsps.human.generation | |
| com.whitestein.lsps.human.model | |
| com.whitestein.lsps.lang |
This is the main package for the LSPS expression language.
|
| com.whitestein.lsps.lang.antlr | |
| com.whitestein.lsps.lang.ast | |
| com.whitestein.lsps.lang.exception | |
| com.whitestein.lsps.lang.operation | |
| com.whitestein.lsps.lang.parser |
This package contains ANTLR-based LSPS language parser (
Parser). |
| com.whitestein.lsps.lang.signature | |
| com.whitestein.lsps.modulemanager.entity |
Persistent entities for module manager
|
| com.whitestein.lsps.orgstructure.generation |
| Class and Description |
|---|
| ClosureExpression |
| Expression |
| Class and Description |
|---|
| ClosureExpression |
| ContextReferencingExpression |
| Expression |
| FunctionExpression
Expression containing an operation.
|
| MethodExpression
Expression representing record property access.
|
| ReferenceExpression |
| Class and Description |
|---|
| AssignmentExpression |
| BlockExpression
A block expression.
|
| BreakExpression
"break" expression.
|
| CastExpression
A cast expression.
|
| ChainedExpression |
| ClosureExpression |
| ClosureInvocationExpression
Expression representing closure call.
|
| CompoundAssignmentExpression |
| ConditionalExpression |
| ConstantExpression
Expression representing a constant.
|
| ContinueExpression
"continue" expression.
|
| CustomConstantExpression |
| DebugExpression
Expression with debug information.
|
| DefExpression |
| DereferenceExpression |
| EnumerationExpression |
| Expression |
| ExpressionVisitor
Generic expression visitor.
|
| ForeachExpression
Foreach construct expression.
|
| ForExpression |
| FunctionCallExpression
Expression representing a function call.
|
| FunctionCallWithNamedArgs
An expression represeting a function call with named arguments
For example:
myfunction(amount -> 100). |
| FunctionExpression
Expression containing an operation.
|
| IfnullExpression |
| IncDecExpression
Increment or decrement expression.
|
| InstanceofExpression |
| ListExpression
Expression representing a list.
|
| MapExpression
Expression representing a map.
|
| MethodCallExpression
Expression representing a method call.
|
| MethodExpression
Expression representing record property access.
|
| MissingReturnExpression |
| PropertyExpression
Expression representing record property access.
|
| PropertyLiteralExpression |
| RecordConstructorExpression |
| RecordExpression
Expression representing a record.
|
| ReferenceExpression |
| SetExpression
Expression representing a set.
|
| SuperConstructorExpression |
| SwitchExpression
A switch expression.
|
| SyntheticExpression |
| ThisConstructorExpression |
| ThisExpression
This expression.
|
| TryCatchExpression |
| TypeExpression |
| UnknownExpression
This expression is used internally by the parser to denote expression
which is not valid or it could not be parsed completely, e.g.
|
| VariableExpression
Expression representing fully qualified variable.
|
| WhileExpression
While construct expression.
|
| Class and Description |
|---|
| Expression |
| Class and Description |
|---|
| ClosureExpression |
| Expression |
| ReferenceExpression |
| SignatureExpression
A common super class for
FunctionExpression and MethodExpression. |
| Class and Description |
|---|
| Expression |
| Class and Description |
|---|
| Expression |
| Class and Description |
|---|
| Expression |
| Class and Description |
|---|
| ChildrenExpressionVisitor |
| ClosureExpression |
| Expression |
| ExpressionVisitor
Generic expression visitor.
|
| FunctionExpression
Expression containing an operation.
|
| MethodExpression
Expression representing record property access.
|
| ReferenceExpression |
| SignatureExpression
A common super class for
FunctionExpression and MethodExpression. |
| Class and Description |
|---|
| Annotations |
| ASTNode
Interface representing an AST node.
|
| ASTNodeImpl |
| ASTRange |
| ASTRangeImpl |
| IdentifierAst |
| Class and Description |
|---|
| ASTNode
Interface representing an AST node.
|
| Expression |
| Class and Description |
|---|
| Expression |
| Class and Description |
|---|
| Expression |
| Class and Description |
|---|
| Expression |
| Class and Description |
|---|
| Expression |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.