Public Member Functions | |
doubleByteArrayNode (int bci, scopeNode *scope, doubleByteArrayOop value) | |
bool | print (prettyPrintStream *output) |
int | width (prettyPrintStream *output) |
Private Attributes | |
doubleByteArrayOop | value |
char * | str |
Definition at line 921 of file prettyPrinter.cpp.
doubleByteArrayNode::doubleByteArrayNode | ( | int | bci, | |
scopeNode * | scope, | |||
doubleByteArrayOop | value | |||
) | [inline] |
Definition at line 926 of file prettyPrinter.cpp.
References doubleByteArrayOopDesc::as_string(), str, and value.
Here is the call graph for this function:
bool doubleByteArrayNode::print | ( | prettyPrintStream * | output | ) | [inline, virtual] |
Reimplemented from astNode.
Definition at line 931 of file prettyPrinter.cpp.
References prettyPrintStream::print(), astNode::print(), and str.
Here is the call graph for this function:
int doubleByteArrayNode::width | ( | prettyPrintStream * | output | ) | [inline, virtual] |
Reimplemented from astNode.
Definition at line 938 of file prettyPrinter.cpp.
References str, and prettyPrintStream::width_of_string().
Here is the call graph for this function:
char* doubleByteArrayNode::str [private] |
Definition at line 924 of file prettyPrinter.cpp.
Referenced by doubleByteArrayNode(), print(), and width().
doubleByteArrayOop doubleByteArrayNode::value [private] |