|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectnet.sf.saxon.expr.StackFrame
public class StackFrame
This class represents a stack frame holding details of the variables used in a function or in an XSLT template.
| Field Summary | |
|---|---|
static StackFrame |
EMPTY
|
| Constructor Summary | |
|---|---|
StackFrame(SlotManager map,
ValueRepresentation[] slots)
|
|
| Method Summary | |
|---|---|
SlotManager |
getStackFrameMap()
|
ValueRepresentation[] |
getStackFrameValues()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final StackFrame EMPTY
| Constructor Detail |
|---|
public StackFrame(SlotManager map,
ValueRepresentation[] slots)
| Method Detail |
|---|
public SlotManager getStackFrameMap()
public ValueRepresentation[] getStackFrameValues()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||