net.sf.saxon.expr
Class StackFrame
java.lang.Object
net.sf.saxon.expr.StackFrame
public class StackFrame
- extends Object
This class represents a stack frame holding details of the variables used in a function or in
an XSLT template.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
map
protected SlotManager map
slots
protected ValueRepresentation[] slots
EMPTY
public static final StackFrame EMPTY
StackFrame
public StackFrame(SlotManager map,
ValueRepresentation[] slots)
getStackFrameMap
public SlotManager getStackFrameMap()
getStackFrameValues
public ValueRepresentation[] getStackFrameValues()
Copyright (c) Saxonica Limited. All rights reserved.