Public Member Functions | |
nameValueNode (char *name, char *value) | |
bool | print (prettyPrintStream *output) |
int | width (prettyPrintStream *output) |
Private Attributes | |
char * | name |
char * | value |
Definition at line 183 of file prettyPrinter.cpp.
nameValueNode::nameValueNode | ( | char * | name, | |
char * | value | |||
) | [inline] |
Definition at line 187 of file prettyPrinter.cpp.
bool nameValueNode::print | ( | prettyPrintStream * | output | ) | [inline, virtual] |
Reimplemented from astNode.
Definition at line 191 of file prettyPrinter.cpp.
References name, prettyPrintStream::print(), and value.
Here is the call graph for this function:
int nameValueNode::width | ( | prettyPrintStream * | output | ) | [inline, virtual] |
Reimplemented from astNode.
Definition at line 198 of file prettyPrinter.cpp.
References name, value, and prettyPrintStream::width_of_string().
Here is the call graph for this function:
char* nameValueNode::name [private] |
char* nameValueNode::value [private] |