Uses of Class
org.apache.commons.jexl3.internal.LexicalScope
Packages that use LexicalScope
Package
Description
Provides utilities for introspection services.
Contains the Parser for JEXL script.
-
Uses of LexicalScope in org.apache.commons.jexl3.internal
Subclasses of LexicalScope in org.apache.commons.jexl3.internalModifier and TypeClassDescriptionclass
The set of valued symbols defined in a lexical frame.Fields in org.apache.commons.jexl3.internal declared as LexicalScopeMethods in org.apache.commons.jexl3.internal with parameters of type LexicalScopeModifier and TypeMethodDescription(package private) static Object
Engine32.getVariable
(Interpreter ii, Frame frame, LexicalScope block, ASTIdentifier identifier) Static delegation of getVariable.protected 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, String name) Checks whether a variable is defined.Constructors in org.apache.commons.jexl3.internal with parameters of type LexicalScope -
Uses of LexicalScope in org.apache.commons.jexl3.parser
Fields in org.apache.commons.jexl3.parser declared as LexicalScopeModifier and TypeFieldDescriptionprivate LexicalScope
JexlLexicalNode.lexicalScope
The local lexical scope, local information about let/const.Methods in org.apache.commons.jexl3.parser that return LexicalScopeModifier and TypeMethodDescriptionJexlLexicalNode.getLexicalScope()
JexlParser.LexicalUnit.getLexicalScope()