Uses of Package
org.apache.commons.jexl3.parser
Packages that use org.apache.commons.jexl3.parser
Package
Description
Provides a framework for evaluating JEXL expressions.
Provides utilities for introspection services.
Contains the Parser for JEXL script.
-
Classes in org.apache.commons.jexl3.parser used by org.apache.commons.jexl3ClassDescriptionThe common info provided by Javacc errors.Base class for parser nodes - holds an 'image' of the token for later use.This exception is thrown when parse errors are encountered.Token Manager Error.
-
Classes in org.apache.commons.jexl3.parser used by org.apache.commons.jexl3.internalClassDescriptionAnnotation.An array literal.Declares a block.Declares a for each loop.Identifiers, variables, ie symbols.Identifiers, variables and registers.Lambda (function).Enhanced script to allow parameters declaration.Identifiers, variables, ie symbols.Declares a local variable.Base class for parser nodes - holds an 'image' of the token for later use.Marker interface for cachable function calls.An info bound to its node.Fully abstract to avoid public interface exposition.
-
Classes in org.apache.commons.jexl3.parser used by org.apache.commons.jexl3.parserClassDescriptionAnnotation.An array literal.Declares a block.Declares a for each loop.Identifiers, variables, ie symbols.Identifiers, variables and registers.x.`expr`.Enhanced script to allow parameters declaration.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.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.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.Common constant strings utilities.Describes the input token stream.Token Manager Error.