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