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