Public Member Functions | |
methodNode (int bci, scopeNode *scope) | |
bool | print (prettyPrintStream *output) |
Definition at line 635 of file prettyPrinter.cpp.
methodNode::methodNode | ( | int | bci, | |
scopeNode * | scope | |||
) | [inline] |
Definition at line 637 of file prettyPrinter.cpp.
bool methodNode::print | ( | prettyPrintStream * | output | ) | [inline, virtual] |
Reimplemented from codeNode.
Definition at line 639 of file prettyPrinter.cpp.
References prettyPrintStream::dec_newline(), prettyPrintStream::inc_indent(), prettyPrintStream::indent(), codeNode::print(), astNode::print(), astNode::scope, and scopeNode::temps().
Here is the call graph for this function: