C# Class Pomona.Queries.SymbolNode

Inheritance: NodeBase
Mostra file Open project: Pomona/Pomona Class Usage Examples

Public Methods

Method Description
SymbolNode ( string name, IEnumerable children ) : System
ToString ( ) : string

Protected Methods

Method Description
SymbolNode ( NodeType nodeType, string name, IEnumerable children ) : System

Method Details

SymbolNode() protected method

protected SymbolNode ( NodeType nodeType, string name, IEnumerable children ) : System
nodeType NodeType
name string
children IEnumerable
return System

SymbolNode() public method

public SymbolNode ( string name, IEnumerable children ) : System
name string
children IEnumerable
return System

ToString() public method

public ToString ( ) : string
return string