symbolNode Class Reference

Inheritance diagram for symbolNode:

Inheritance graph
[legend]
Collaboration diagram for symbolNode:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Private Attributes

symbolOop value
bool is_outer
char * str

Detailed Description

Definition at line 896 of file prettyPrinter.cpp.


Constructor & Destructor Documentation

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

Definition at line 902 of file prettyPrinter.cpp.

References byteArrayOopDesc::as_string(), is_outer, str, and value.

Here is the call graph for this function:


Member Function Documentation

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

Reimplemented from astNode.

Definition at line 908 of file prettyPrinter.cpp.

References is_outer, prettyPrintStream::print(), astNode::print(), and str.

Here is the call graph for this function:

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

Reimplemented from astNode.

Definition at line 914 of file prettyPrinter.cpp.

References is_outer, str, and prettyPrintStream::width_of_string().

Here is the call graph for this function:


Member Data Documentation

bool symbolNode::is_outer [private]

Definition at line 899 of file prettyPrinter.cpp.

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

char* symbolNode::str [private]

Definition at line 900 of file prettyPrinter.cpp.

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

symbolOop symbolNode::value [private]

Definition at line 898 of file prettyPrinter.cpp.

Referenced by symbolNode().


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