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 LexicalFrameInterpreter.blockBlock micro-frames.protected final LexicalFrameLexicalFrame.previousPrevious 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 booleanInterpreterBase.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.