Public Member Functions

ListNode Class Reference

Represents a comma separated list of SyntaxNodes. More...

#include <nodes.h>

Inheritance diagram for ListNode:
SyntaxNode

List of all members.

Public Member Functions

 ListNode (int opCode=',', SyntaxNode *val1=NULL, SyntaxNode *val2=NULL)
std::ostream & put (std::ostream &s) const

Detailed Description

Represents a comma separated list of SyntaxNodes.


Constructor & Destructor Documentation

ListNode::ListNode ( int  opCode = ',',
SyntaxNode val1 = NULL,
SyntaxNode val2 = NULL 
) [inline]

Member Function Documentation

ostream & ListNode::put ( std::ostream &  s  )  const [virtual]

Reimplemented from SyntaxNode.

References SyntaxNode::begin(), SyntaxNode::end(), and SyntaxNode::opCode.


The documentation for this class was generated from the following files: