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: bms on anglepoise.lon.incunabulum.net on Wed Jul 23 10:05:59 2008, using kdoc 2.0a54+XORP.