Uses of Class
org.apache.commons.jexl2.JexlEngine.Scope
-
Packages that use JexlEngine.Scope Package Description org.apache.commons.jexl2 org.apache.commons.jexl2.parser -
-
Uses of JexlEngine.Scope in org.apache.commons.jexl2
Methods in org.apache.commons.jexl2 with parameters of type JexlEngine.Scope Modifier and Type Method Description booleanJexlEngine.Scope. equals(JexlEngine.Scope frame)Whether this frame is equal to another.protected ASTJexlScriptJexlEngine. parse(java.lang.CharSequence expression, JexlInfo info, JexlEngine.Scope frame)Parses an expression. -
Uses of JexlEngine.Scope in org.apache.commons.jexl2.parser
Fields in org.apache.commons.jexl2.parser declared as JexlEngine.Scope Modifier and Type Field Description protected JexlEngine.ScopeJexlParser. frameThe map of named registers aka script parameters.Methods in org.apache.commons.jexl2.parser that return JexlEngine.Scope Modifier and Type Method Description JexlEngine.ScopeJexlParser. getFrame()Gets the frame used by this parser.JexlEngine.ScopeASTJexlScript. getScope()Gets this script scope.Methods in org.apache.commons.jexl2.parser with parameters of type JexlEngine.Scope Modifier and Type Method Description voidJexlParser. setFrame(JexlEngine.Scope theFrame)Sets the frame to use bythis parser.voidASTJexlScript. setScope(JexlEngine.Scope theScope)Sets the parameters and registers
-