Uses of Class
org.apache.commons.jexl2.JexlEngine.Scope
Packages that use JexlEngine.Scope
-
Uses of JexlEngine.Scope in org.apache.commons.jexl2
Methods in org.apache.commons.jexl2 with parameters of type JexlEngine.ScopeModifier and TypeMethodDescriptionboolean
JexlEngine.Scope.equals
(JexlEngine.Scope frame) Whether this frame is equal to another.protected ASTJexlScript
JexlEngine.parse
(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.ScopeModifier and TypeFieldDescriptionprotected JexlEngine.Scope
JexlParser.frame
The map of named registers aka script parameters.Methods in org.apache.commons.jexl2.parser that return JexlEngine.ScopeModifier and TypeMethodDescriptionJexlParser.getFrame()
Gets the frame used by this parser.ASTJexlScript.getScope()
Gets this script scope.Methods in org.apache.commons.jexl2.parser with parameters of type JexlEngine.ScopeModifier and TypeMethodDescriptionvoid
JexlParser.setFrame
(JexlEngine.Scope theFrame) Sets the frame to use bythis parser.void
ASTJexlScript.setScope
(JexlEngine.Scope theScope) Sets the parameters and registers