C# Class Babel.Compiler.Node

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

Protected Properties

Property Type Description
location Location
next Node

Public Methods

Method Description
Accept ( NodeVisitor visitor ) : void
Append ( Node node ) : void
Clone ( ) : object
GetEnumerator ( ) : IEnumerator
Insert ( Node node ) : void
Node ( ) : System
Node ( Location location ) : System

Method Details

Accept() public abstract method

public abstract 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

Insert() public method

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

Node() public method

public Node ( ) : System
return System

Node() public method

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

Property Details

location protected_oe property

protected Location,Babel.Compiler location
return Location

next protected_oe property

protected Node,Babel.Compiler next
return Node