JVM
|
Stack of frames to store all frames created by method calling during execution of the JVM. More...
#include <framestack.h>
Public Attributes | |
Frame * | frame |
The node value of the stack. More... | |
struct FrameStack * | next |
Pointer to the next element of the stack. More... | |
Stack of frames to store all frames created by method calling during execution of the JVM.
Frame* FrameStack::frame |
The node value of the stack.
struct FrameStack* FrameStack::next |
Pointer to the next element of the stack.