Public Member Functions | |
heapTempNode (int bci, scopeNode *scope, int offset, int context_level) | |
char * | string () |
Private Attributes | |
int | offset |
int | context_level |
char * | str |
Definition at line 1116 of file prettyPrinter.cpp.
heapTempNode::heapTempNode | ( | int | bci, | |
scopeNode * | scope, | |||
int | offset, | |||
int | context_level | |||
) | [inline] |
Definition at line 1122 of file prettyPrinter.cpp.
References scopeNode::heap_temp_string(), astNode::scope, str, and astNode::this_bci().
Here is the call graph for this function:
char* heapTempNode::string | ( | ) | [inline, virtual] |
int heapTempNode::context_level [private] |
Definition at line 1119 of file prettyPrinter.cpp.
int heapTempNode::offset [private] |
Definition at line 1118 of file prettyPrinter.cpp.
char* heapTempNode::str [private] |