Public Member Functions | |
byteArrayNode (int bci, scopeNode *scope, byteArrayOop value) | |
bool | print (prettyPrintStream *output) |
int | width (prettyPrintStream *output) |
Private Attributes | |
byteArrayOop | value |
char * | str |
Definition at line 945 of file prettyPrinter.cpp.
byteArrayNode::byteArrayNode | ( | int | bci, | |
scopeNode * | scope, | |||
byteArrayOop | value | |||
) | [inline] |
Definition at line 950 of file prettyPrinter.cpp.
References byteArrayOopDesc::as_string(), str, and value.
Here is the call graph for this function:
bool byteArrayNode::print | ( | prettyPrintStream * | output | ) | [inline, virtual] |
Reimplemented from astNode.
Definition at line 955 of file prettyPrinter.cpp.
References HIGHLIGHT, prettyPrintStream::print(), astNode::print(), and str.
Here is the call graph for this function:
int byteArrayNode::width | ( | prettyPrintStream * | output | ) | [inline, virtual] |
Reimplemented from astNode.
Definition at line 963 of file prettyPrinter.cpp.
References str, and prettyPrintStream::width_of_string().
Here is the call graph for this function:
char* byteArrayNode::str [private] |
Definition at line 948 of file prettyPrinter.cpp.
Referenced by byteArrayNode(), print(), and width().
byteArrayOop byteArrayNode::value [private] |