JVM
FrameStack Struct Reference

Stack of frames to store all frames created by method calling during execution of the JVM. More...

#include <framestack.h>

Collaboration diagram for FrameStack:

Public Attributes

Frameframe
 The node value of the stack. More...
 
struct FrameStacknext
 Pointer to the next element of the stack. More...
 

Detailed Description

Stack of frames to store all frames created by method calling during execution of the JVM.

Member Data Documentation

§ frame

Frame* FrameStack::frame

The node value of the stack.

§ next

struct FrameStack* FrameStack::next

Pointer to the next element of the stack.


The documentation for this struct was generated from the following file: