C# Class Babel.Compiler.CompositeNode

Inheritance: Node
Mostra file Open project: shugo/babel

Protected Properties

Property Type Description
children NodeList

Public Methods

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

Method Details

AcceptToChildren() public method

public AcceptToChildren ( NodeVisitor visitor ) : void
visitor NodeVisitor
return void

AddChild() public method

public AddChild ( Node node ) : void
node Node
return void

Clone() public method

public Clone ( ) : object
return object

CompositeNode() public method

public CompositeNode ( ) : System
return System

CompositeNode() public method

public CompositeNode ( Location location ) : System
location Location
return System

Property Details

children protected_oe property

protected NodeList,Babel.Compiler children
return NodeList