Public Member Functions | |
stackTempNode (int bci, scopeNode *scope, int offset) | |
char * | string () |
Private Attributes | |
int | offset |
char * | str |
Definition at line 1103 of file prettyPrinter.cpp.
stackTempNode::stackTempNode | ( | int | bci, | |
scopeNode * | scope, | |||
int | offset | |||
) | [inline] |
Definition at line 1108 of file prettyPrinter.cpp.
References astNode::scope, scopeNode::stack_temp_string(), str, and astNode::this_bci().
Here is the call graph for this function:
char* stackTempNode::string | ( | ) | [inline, virtual] |
int stackTempNode::offset [private] |
Definition at line 1105 of file prettyPrinter.cpp.
char* stackTempNode::str [private] |