C# Class Babel.Compiler.NodeList

Inheritance: ICloneable, IEnumerable
Mostra file Open project: shugo/babel Class Usage Examples

Protected Properties

Property Type Description
first Node

Public Methods

Method Description
Accept ( NodeVisitor visitor ) : void
Append ( Node node ) : void
Clone ( ) : object
GetEnumerator ( ) : IEnumerator
NodeList ( ) : System
NodeList ( Node first ) : System

Method Details

Accept() public method

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

Append() public method

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

Clone() public method

public Clone ( ) : object
return object

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

NodeList() public method

public NodeList ( ) : System
return System

NodeList() public method

public NodeList ( Node first ) : System
first Node
return System

Property Details

first protected_oe property

protected Node,Babel.Compiler first
return Node