Public Member Functions | |
void | decode (methodOop method, scopeNode *scope) |
void | parameter (byteArrayOop name, int index) |
Public Attributes | |
GrowableArray< astNode * > * | elements |
Private Attributes | |
scopeNode * | scope |
Definition at line 145 of file prettyPrinter.cpp.
Definition at line 149 of file prettyPrinter.cpp.
References TempDecoder::decode(), elements, and scope.
Referenced by scopeNode::params().
Here is the call graph for this function:
void PrintParams::parameter | ( | byteArrayOop | name, | |
int | index | |||
) | [virtual] |
Reimplemented from TempDecoder.
Definition at line 1688 of file prettyPrinter.cpp.
References elements, scopeNode::parameter_at(), GrowableArray< E >::push(), and scope.
Here is the call graph for this function:
Definition at line 148 of file prettyPrinter.cpp.
Referenced by decode(), parameter(), and scopeNode::params().
scopeNode* PrintParams::scope [private] |