org.luaj.vm2
Class LuaThread.CallStack

java.lang.Object
  extended by org.luaj.vm2.LuaThread.CallStack
Enclosing class:
LuaThread

public static class LuaThread.CallStack
extends java.lang.Object


Constructor Summary
LuaThread.CallStack()
           
 
Method Summary
 int getCallstackDepth()
          Get number of calls in stack
 void onReturn()
          Method to signal the end of a call
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LuaThread.CallStack

public LuaThread.CallStack()
Method Detail

onReturn

public final void onReturn()
Method to signal the end of a call

See Also:
DebugLib

getCallstackDepth

public final int getCallstackDepth()
Get number of calls in stack

Returns:
number of calls in current call stack
See Also:
DebugLib


Copyright © 2007-2008 Luaj.org. All Rights Reserved.