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 LexicalFrameInterpreter. blockBlock micro-frames.protected LexicalFrameLexicalFrame. previousPrevious frame.Methods in org.apache.commons.jexl3.internal that return LexicalFrame Modifier and Type Method Description LexicalFrameLexicalFrame. defineArgs()Define the arguments.LexicalFrameLexicalFrame. 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 booleanInterpreterBase. defineVariable(ASTVar variable, 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.
-