objArrayNode Class Reference

Inheritance diagram for objArrayNode:

Inheritance graph
[legend]
Collaboration diagram for objArrayNode:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 objArrayNode (int bci, scopeNode *scope, objArrayOop value, bool is_outer=true)
bool print (prettyPrintStream *output)
int width (prettyPrintStream *output)

Private Attributes

objArrayOop value
bool is_outer
GrowableArray< astNode * > * elements

Detailed Description

Definition at line 1021 of file prettyPrinter.cpp.


Constructor & Destructor Documentation

objArrayNode::objArrayNode ( int  bci,
scopeNode scope,
objArrayOop  value,
bool  is_outer = true 
) [inline]

Definition at line 1027 of file prettyPrinter.cpp.

References elements, get_literal_node(), is_outer, objArrayOopDesc::length(), objArrayOopDesc::obj_at(), GrowableArray< E >::push(), astNode::scope, and value.

Here is the call graph for this function:


Member Function Documentation

bool objArrayNode::print ( prettyPrintStream output  )  [inline, virtual]

Reimplemented from astNode.

Definition at line 1035 of file prettyPrinter.cpp.

References GrowableArray< E >::at(), elements, HIGHLIGHT, GenericGrowableArray::length(), prettyPrintStream::print(), and astNode::print().

Here is the call graph for this function:

int objArrayNode::width ( prettyPrintStream output  )  [inline, virtual]

Reimplemented from astNode.

Definition at line 1046 of file prettyPrinter.cpp.

References GrowableArray< E >::at(), elements, GenericGrowableArray::length(), astNode::width(), and prettyPrintStream::width_of_string().

Here is the call graph for this function:


Member Data Documentation

GrowableArray<astNode*>* objArrayNode::elements [private]

Definition at line 1025 of file prettyPrinter.cpp.

Referenced by objArrayNode(), print(), and width().

bool objArrayNode::is_outer [private]

Definition at line 1024 of file prettyPrinter.cpp.

Referenced by objArrayNode().

objArrayOop objArrayNode::value [private]

Definition at line 1023 of file prettyPrinter.cpp.

Referenced by objArrayNode().


The documentation for this class was generated from the following file:
Generated on Mon Oct 9 14:11:11 2006 for Strongtalk VM by  doxygen 1.4.7