Package net.sf.saxon.expr
Class StackFrame
java.lang.Object
net.sf.saxon.expr.StackFrame
This class represents a stack frame holding details of the variables used in a function or in
an XSLT template.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stack<ValueRepresentation>
static final StackFrame
protected SlotManager
protected ValueRepresentation[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()
void
void
setStackFrameValues
(ValueRepresentation[] values)
-
Field Details
-
map
-
slots
-
dynamicStack
-
EMPTY
-
-
Constructor Details
-
StackFrame
-
-
Method Details
-
getStackFrameMap
-
getStackFrameValues
-
setStackFrameValues
-
copy
-
pushDynamicValue
-
popDynamicValue
-