Public Member Functions | |
PrintWrapper (astNode *t, prettyPrintStream *output) | |
~PrintWrapper () | |
Private Attributes | |
astNode * | t |
bool | hit |
prettyPrintStream * | output |
Definition at line 67 of file prettyPrinter.cpp.
PrintWrapper::PrintWrapper | ( | astNode * | t, | |
prettyPrintStream * | output | |||
) |
Definition at line 498 of file prettyPrinter.cpp.
References prettyPrintStream::begin_highlight(), hit, scopeNode::hot_bci(), prettyPrintStream::in_highlight(), output, t, astNode::this_bci(), and astNode::this_scope().
Here is the call graph for this function:
PrintWrapper::~PrintWrapper | ( | ) |
Definition at line 510 of file prettyPrinter.cpp.
References prettyPrintStream::end_highlight(), hit, and output.
Here is the call graph for this function:
bool PrintWrapper::hit [private] |
prettyPrintStream* PrintWrapper::output [private] |
astNode* PrintWrapper::t [private] |