Public Member Functions | |
paramNode (int bci, scopeNode *scope, int no) | |
char * | string () |
bool | is_param () |
Private Attributes | |
int | no |
char * | str |
Definition at line 172 of file prettyPrinter.cpp.
paramNode::paramNode | ( | int | bci, | |
scopeNode * | scope, | |||
int | no | |||
) |
Definition at line 492 of file prettyPrinter.cpp.
References scopeNode::param_string(), astNode::scope, and str.
Here is the call graph for this function:
bool paramNode::is_param | ( | ) | [inline] |
Definition at line 179 of file prettyPrinter.cpp.
char* paramNode::string | ( | ) | [inline, virtual] |
int paramNode::no [private] |
Definition at line 174 of file prettyPrinter.cpp.
char* paramNode::str [private] |