All Classes and Interfaces
Class
Description
A dummy node for grouping the arguments of a method call or
constructor invocation.
A node representing an array to create.
Boolean node performs mathematical operations on it's (two) child nodes.
Node representing a cast expression.
A node representing collection values to fill in.
Compare node compares it's (two) child nodes.
Conditional node returns the value of it's second or third
child node depending on the truth value of it's first child.
Constant node representing a constant value.
Base class of expression node hierarchy.
Run this class to generate the parser.
Interface for expression parsers.
Simple map like access for java objects in the parser.
An expression, that can be evaluated in a given state.
The jadex parser parses all types of expressions in ADF and queries.
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (with java-like unicode escape processing).
Math node performs mathematical operations on it's (one or two) child nodes.
Parameter node representing a parameter.
This exception is thrown when parse errors are encountered.
Token literal values and constants.
Token Manager.
A node for a constructor or method invocation or field access.
Node for selection from array.
Node for OQL like select statements.
Simple default implementation of a value fetcher useful for
basic usage scenarios or as a base for extending.
Static java parser helper.
Describes the input token stream.
Token Manager Error.
Node representing a type.