class NodeAssign

An assignment operation. More...

 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Methods


Detailed Description

 NodeAssign (const string& varid, Node* rvalue, unsigned line)

NodeAssign

Caller must not delete / modify pointer.

Parameters:

varidthe name of the variable being assigned to.
rvaluethe expression being assigned to the variable.
lineline of configuration where node was created.
 ~NodeAssign ()

~NodeAssign

 DEFINE_VISITABLE ()

DEFINE_VISITABLE

const string&  varid ()

varid

[const]

Returns: name of variable being assigned to.

Node&  rvalue ()

rvalue

[const]

Returns: argument of assignment.


Generated by: pavlin on possum.icir.org on Wed Aug 2 15:36:30 2006, using kdoc $.