Uses of Package
org.apache.commons.jexl3.internal
Packages that use org.apache.commons.jexl3.internal
Package
Description
Provides utilities for introspection services.
Contains the Parser for JEXL script.
-
Classes in org.apache.commons.jexl3.internal used by org.apache.commons.jexl3.internalClassDescriptionA Script closure.Helps pinpoint the cause of problems in expressions that fail during evaluation.A JexlEngine implementation.Utility class to collect variables.Helper resolving a simple class name into a fully-qualified class name (hence FqcnResolver) using package names as roots of import.A call frame, created from a scope, stores the arguments and local variables in a "stack frame" (sic).A range of integers.An interpreter of JEXL syntax.The helper base of an interpreter of JEXL syntax.Cached function call.The set of valued symbols defined in a lexical frame.The set of symbols declared in a lexical scope.A range of longs.Helper class to deal with operator overloading and specifics.A script scope, stores the declaration of parameters and local variables as symbols.A JexlScript implementation.Implements the Future and Callable interfaces to help delegation.A soft referenced cache.Maintains the set of allowed features associated with a script/expression source.A JxltEngine implementation.Abstract the source fragments, verbatim or immediate typed text blocks.The enum capturing the difference between verbatim and code source fragments.A composite unified expression: "...A constant unified expression.A deferred unified expression: #{jexl}.Types of expressions.An immediate unified expression: ${jexl}.The base for JEXL based unified expressions.An immediate unified expression nested into a deferred unified expression.The different parsing states.The abstract base class for all unified expressions, immediate '${...}' and deferred '#{...}'.Helper ctor.A Template instance.
-
Classes in org.apache.commons.jexl3.internal used by org.apache.commons.jexl3.parserClassDescriptionA call frame, created from a scope, stores the arguments and local variables in a "stack frame" (sic).The set of symbols declared in a lexical scope.A script scope, stores the declaration of parameters and local variables as symbols.Concrete visitor base, used for feature and operator controllers.