Uses of Package
org.apache.commons.jexl3.internal

Packages that use org.apache.commons.jexl3.internal
org.apache.commons.jexl3.internal Provides utilities for introspection services. 
org.apache.commons.jexl3.parser Contains the Parser for JEXL script. 
 

Classes in org.apache.commons.jexl3.internal used by org.apache.commons.jexl3.internal
Debugger
          Helps pinpoint the cause of problems in expressions that fail during evaluation.
Engine
          A JexlEngine implementation.
Engine.VarCollector
          Utility class to collect variables.
IntegerRange
          A range of integers.
Interpreter
          An interpreter of JEXL syntax.
InterpreterBase
          The helper base of an interpreter of JEXL syntax.
LongRange
          A range of longs.
Operators
          Helper class to deal with operator overloading and specifics.
Scope
          A script scope, stores the declaration of parameters and local variables as symbols.
Scope.Frame
          A call frame, created from a scope, stores the arguments and local variables in a "stack frame" (sic).
Script
          A JexlScript implementation.
Script.Callable
          Implements the Future and Callable interfaces to help delegation.
SoftCache
          A soft referenced cache.
TemplateEngine
          A JxltEngine implementation.
TemplateScript
          A Template instance.
 

Classes in org.apache.commons.jexl3.internal used by org.apache.commons.jexl3.parser
Scope
          A script scope, stores the declaration of parameters and local variables as symbols.
Scope.Frame
          A call frame, created from a scope, stores the arguments and local variables in a "stack frame" (sic).
 



Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.