C# Class Babel.Compiler.CompositeNode

Inheritance: Node
Afficher le fichier Open project: shugo/babel

Protected Properties

Свойство Type Description
children NodeList

Méthodes publiques

Méthode Description
AcceptToChildren ( NodeVisitor visitor ) : void
AddChild ( Node node ) : void
Clone ( ) : object
CompositeNode ( ) : System
CompositeNode ( Location location ) : System

Method Details

AcceptToChildren() public méthode

public AcceptToChildren ( NodeVisitor visitor ) : void
visitor NodeVisitor
Résultat void

AddChild() public méthode

public AddChild ( Node node ) : void
node Node
Résultat void

Clone() public méthode

public Clone ( ) : object
Résultat object

CompositeNode() public méthode

public CompositeNode ( ) : System
Résultat System

CompositeNode() public méthode

public CompositeNode ( Location location ) : System
location Location
Résultat System

Property Details

children protected_oe property

protected NodeList,Babel.Compiler children
Résultat NodeList