Package jadex.javaparser.javaccimpl
package jadex.javaparser.javaccimpl
-
ClassDescriptionA 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.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.Describes the input token stream.Token Manager Error.Node representing a type.