org.zmpp.vm
Class PortableGameState.StackFrame
java.lang.Object
org.zmpp.vm.PortableGameState.StackFrame
- Enclosing class:
- PortableGameState
public static class PortableGameState.StackFrame
- extends Object
This class represents a stack frame in the portable game state model.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortableGameState.StackFrame
public PortableGameState.StackFrame()
getProgramCounter
public int getProgramCounter()
getReturnVariable
public int getReturnVariable()
getEvalStack
public short[] getEvalStack()
getLocals
public short[] getLocals()
getArgs
public int[] getArgs()
Copyright © 2005 . All Rights Reserved.