Uses of Class
org.apache.commons.jexl3.internal.LexicalFrame
-
Packages that use LexicalFrame Package Description org.apache.commons.jexl3.internal Provides utilities for introspection services. -
-
Uses of LexicalFrame in org.apache.commons.jexl3.internal
Fields in org.apache.commons.jexl3.internal declared as LexicalFrame Modifier and Type Field Description protected LexicalFrame
Interpreter. block
Block micro-frames.protected LexicalFrame
LexicalFrame. previous
Previous frame.Methods in org.apache.commons.jexl3.internal that return LexicalFrame Modifier and Type Method Description LexicalFrame
LexicalFrame. defineArgs()
Define the arguments.LexicalFrame
LexicalFrame. pop()
Pops back values and lexical frame.Methods in org.apache.commons.jexl3.internal with parameters of type LexicalFrame Modifier and Type Method Description protected boolean
InterpreterBase. defineVariable(ASTVar var, LexicalFrame frame)
Defines a variable.Constructors in org.apache.commons.jexl3.internal with parameters of type LexicalFrame Constructor Description LexicalFrame(Frame scriptf, LexicalFrame outerf)
Lexical frame ctor.LexicalFrame(LexicalFrame src)
Copy ctor.
-