Class ReferenceFrame
- java.lang.Object
-
- org.apache.commons.jexl3.internal.Frame
-
- org.apache.commons.jexl3.internal.ReferenceFrame
-
class ReferenceFrame extends Frame
Pass-by-reference frame.
-
-
Constructor Summary
Constructors Constructor Description ReferenceFrame(Scope s, java.lang.Object[] r, int c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.Objectcapture(int s, boolean lexical)Captures a value.(package private) java.lang.Objectget(int s)Gets a value.(package private) FramenewFrame(Scope s, java.lang.Object[] r, int c)Creates a new from of this frame"s class.(package private) voidset(int r, java.lang.Object value)Sets a value.-
Methods inherited from class org.apache.commons.jexl3.internal.Frame
assign, getScope, getUnboundParameters, has, nocycleStack
-
-
-
-
Constructor Detail
-
ReferenceFrame
ReferenceFrame(Scope s, java.lang.Object[] r, int c)
-
-
Method Detail
-
newFrame
Frame newFrame(Scope s, java.lang.Object[] r, int c)
Description copied from class:FrameCreates a new from of this frame"s class.
-
capture
java.lang.Object capture(int s, boolean lexical)Description copied from class:FrameCaptures a value.
-
get
java.lang.Object get(int s)
Description copied from class:FrameGets a value.
-
-