Package org.apache.commons.jexl3.parser
package org.apache.commons.jexl3.parser
Contains the Parser for JEXL script.
This internal package is not intended for public usage and there is no guarantee that its public classes or methods will remain as is in subsequent versions.
-
ClassDescriptionAnnotation.An array literal.Declares a block.Declares a for each loop.Identifiers, variables, ie symbols.Identifiers, variables and registers.x.`expr`.x?.identifier .x?.`expr` .Lambda (function).Enhanced script to allow parameters declaration.Namespace : identifier.Identifiers, variables, ie symbols.Declares a local variable.Controls that a script only uses enabled features.The common info provided by Javacc errors.Base class for AST nodes behaving as lexical units.Base class for parser nodes - holds an 'image' of the token for later use.A marker interface for constants.Marker interface for cachable function calls.An info bound to its node.The base class for parsing, manages the parameter/local variable frame.A lexical unit is the container defining local symbols and their visibility boundaries.Parses number literals.Checks if node is an operator node.This exception is thrown when parse errors are encountered.Token literal values and constants.This class only exists to prevent JJTree from generating it, since it expects
ParserVisitor
to be an interface, not an abstract class.Token Manager.Fully abstract to avoid public interface exposition.An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).A class originally generated by JJTree with the following JavaCCOptions: MULTI=true,NODE_USES_PARSER=true,VISITOR=true,TRACK_TOKENS=false,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY= Works around issue https://javacc.dev.java.net/issues/show_bug.cgi?id=227 As soon as this issue if fixed and the maven plugin uses the correct version of Javacc, this class can go away.NOTE : This generated class can be safely deleted if installing in a GWT installation (use StringProvider instead)Common constant strings utilities.Describes the input token stream.Token Manager Error.