| Package | Description |
|---|---|
| org.processmining.datapetrinets.expression | |
| org.processmining.datapetrinets.expression.syntax |
| Class and Description |
|---|
| ExprAnd |
| ExprAtLeast |
| ExprAtMost |
| ExprDiv |
| ExprEqual |
| ExpressionParserVisitor |
| ExpressionVisitorException |
| ExprFunction |
| ExprGreaterThan |
| ExprLessThan |
| ExprLitBoolean |
| ExprLitDouble |
| ExprLitInteger |
| ExprLitNull |
| ExprLitString |
| ExprMinus |
| ExprMult |
| ExprNegation |
| ExprNot |
| ExprNotEqual |
| ExprOr |
| ExprPlus |
| ExprRoot |
| ExprVariable |
| ParseException
This exception is thrown when parse errors are encountered.
|
| SimpleNode |
| Class and Description |
|---|
| ExprAnd |
| ExprAtLeast |
| ExprAtMost |
| ExprDiv |
| ExprEqual |
| ExpressionParser |
| ExpressionParserConstants
Token literal values and constants.
|
| ExpressionParserTokenManager
Token Manager.
|
| ExpressionParserTreeConstants |
| ExpressionParserVisitor |
| ExpressionVisitorException |
| ExprFunction |
| ExprGreaterThan |
| ExprLessThan |
| ExprLitBoolean |
| ExprLitDouble |
| ExprLitInteger |
| ExprLitNull |
| ExprLitString |
| ExprMinus |
| ExprMult |
| ExprNegation |
| ExprNot |
| ExprNotEqual |
| ExprOr |
| ExprPlus |
| ExprRoot |
| ExprVariable |
| JJTExpressionParserState |
| Node |
| ParseException
This exception is thrown when parse errors are encountered.
|
| SimpleCharStream
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
| SimpleNode |
| Token
Describes the input token stream.
|