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 classLexicalFrameThe 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 LexicalScopeScope. lexicalVariablesLet symbols.Methods in org.apache.commons.jexl3.internal with parameters of type LexicalScope Modifier and Type Method Description (package private) static java.lang.ObjectEngine32. getVariable(Interpreter ii, Frame frame, LexicalScope block, ASTIdentifier identifier)Deprecated.Static delegation of getVariable.protected java.lang.ObjectInterpreterBase. getVariable(Frame frame, LexicalScope block, ASTIdentifier identifier)Gets a value of a defined local variable or from the context.protected booleanInterpreterBase. 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 LexicalScopeJexlLexicalNode. lexicalScopeThe local lexical scope, local information about let/const.Methods in org.apache.commons.jexl3.parser that return LexicalScope Modifier and Type Method Description LexicalScopeJexlLexicalNode. getLexicalScope()LexicalScopeJexlParser.LexicalUnit. getLexicalScope()
-