Uses of Class
org.apache.commons.jexl3.internal.LexicalScope
-
Packages that use LexicalScope Package Description org.apache.commons.jexl3.internal Provides utilities for introspection services.org.apache.commons.jexl3.parser Contains the Parser for JEXL script. -
-
Uses of LexicalScope in org.apache.commons.jexl3.internal
Subclasses of LexicalScope in org.apache.commons.jexl3.internal Modifier and Type Class Description class
LexicalFrame
The set of valued symbols defined in a lexical frame.Fields in org.apache.commons.jexl3.internal declared as LexicalScope Modifier and Type Field Description private LexicalScope
Scope. lexicalVariables
Let symbols.Methods in org.apache.commons.jexl3.internal with parameters of type LexicalScope Modifier and Type Method Description (package private) static java.lang.Object
Engine32. getVariable(Interpreter ii, Frame frame, LexicalScope block, ASTIdentifier identifier)
Static delegation of getVariable.protected java.lang.Object
InterpreterBase. getVariable(Frame frame, LexicalScope block, ASTIdentifier identifier)
Gets a value of a defined local variable or from the context.protected boolean
InterpreterBase. isVariableDefined(Frame frame, LexicalScope block, java.lang.String name)
Checks whether a variable is defined.Constructors in org.apache.commons.jexl3.internal with parameters of type LexicalScope Constructor Description LexicalScope(LexicalScope other)
Frame copy ctor base. -
Uses of LexicalScope in org.apache.commons.jexl3.parser
Fields in org.apache.commons.jexl3.parser declared as LexicalScope Modifier and Type Field Description private LexicalScope
JexlLexicalNode. lexicalScope
The local lexical scope, local information about let/const.Methods in org.apache.commons.jexl3.parser that return LexicalScope Modifier and Type Method Description LexicalScope
JexlLexicalNode. getLexicalScope()
LexicalScope
JexlParser.LexicalUnit. getLexicalScope()
-