2005/5/9
-- ACDK API Docs Namespaces acdk acdk::lang StackFrame members See also: StackFrame.cpp StackFrame.h
(c) 2005 byRoger Rene Kommer
Kindly hosted at:
#include <StackFrame.h>
Inheritance diagram for acdk::lang::StackFrame:
[pure virtual]
return the source line of current code instruction
Implemented in acdk::cfgscript::ExecutionStackFrame, and acdk::lang::NativeStackFrame.
return the file number, where the method is defined/declared
return the file name of source code
return the function signature
return library name
String -> Object if Object itself is Serializable insert the Object itself otherwise use toString().
return the Method of current executed method
return true if has current line line of instruction
should return true if frame has information about file and line
getCurrentSourceLine()
return true if a function signature is available
return true if frame has name of the library executing this frame
should return true if frame has information of local variables
return true if a Method is available
return true if this frame is in native code