assignment Class Reference

Inheritance diagram for assignment:

Inheritance graph
[legend]
Collaboration diagram for assignment:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 assignment (int bci, scopeNode *scope, astNode *variable, astNode *e)
bool print (prettyPrintStream *output)
int width (prettyPrintStream *output)

Private Member Functions

char * sym ()

Private Attributes

astNodevariable
astNodee

Detailed Description

Definition at line 728 of file prettyPrinter.cpp.


Constructor & Destructor Documentation

assignment::assignment ( int  bci,
scopeNode scope,
astNode variable,
astNode e 
) [inline]

Definition at line 734 of file prettyPrinter.cpp.

References e, and variable.


Member Function Documentation

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

Reimplemented from astNode.

Definition at line 738 of file prettyPrinter.cpp.

References prettyPrintStream::dec_indent(), e, HIGHLIGHT, prettyPrintStream::inc_newline(), prettyPrintStream::print(), astNode::print(), prettyPrintStream::remaining(), prettyPrintStream::space(), sym(), variable, and width().

Here is the call graph for this function:

char* assignment::sym (  )  [inline, private]

Definition at line 732 of file prettyPrinter.cpp.

Referenced by print(), and width().

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

Reimplemented from astNode.

Definition at line 750 of file prettyPrinter.cpp.

References sym(), variable, astNode::width(), prettyPrintStream::width_of_space(), and prettyPrintStream::width_of_string().

Referenced by print().

Here is the call graph for this function:


Member Data Documentation

astNode* assignment::e [private]

Definition at line 731 of file prettyPrinter.cpp.

Referenced by assignment(), and print().

astNode* assignment::variable [private]

Definition at line 730 of file prettyPrinter.cpp.

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


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