|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.saxon.expr.StackFrame
Created by IntelliJ IDEA. User: Mike Date: 16-Jul-2004 Time: 17:57:33 To change this template use Options | File Templates.
Field Summary | |
static StackFrame |
EMPTY
|
protected SlotManager |
map
|
protected Value[] |
slots
|
Constructor Summary | |
StackFrame(SlotManager map,
Value[] slots)
|
Method Summary | |
SlotManager |
getStackFrameMap()
|
Value[] |
getStackFrameValues()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected SlotManager map
protected Value[] slots
public static StackFrame EMPTY
Constructor Detail |
public StackFrame(SlotManager map, Value[] slots)
Method Detail |
public SlotManager getStackFrameMap()
public Value[] getStackFrameValues()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |