C# Class Pomona.Queries.SymbolNode

Inheritance: NodeBase
Afficher le fichier Open project: Pomona/Pomona Class Usage Examples

Méthodes publiques

Méthode Description
SymbolNode ( string name, IEnumerable children ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
SymbolNode ( NodeType nodeType, string name, IEnumerable children ) : System

Method Details

SymbolNode() protected méthode

protected SymbolNode ( NodeType nodeType, string name, IEnumerable children ) : System
nodeType NodeType
name string
children IEnumerable
Résultat System

SymbolNode() public méthode

public SymbolNode ( string name, IEnumerable children ) : System
name string
children IEnumerable
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string