C# Class Babel.Compiler.StatementList

Inheritance: CompositeNode
ファイルを表示 Open project: shugo/babel Class Usage Examples

Protected Properties

Property Type Description
localVariables System.Collections.Hashtable

Public Methods

Method Description
Accept ( NodeVisitor visitor ) : void
Clone ( ) : object
StatementList ( Location location ) : System

Method Details

Accept() public method

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

Clone() public method

public Clone ( ) : object
return object

StatementList() public method

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

Property Details

localVariables protected_oe property

protected Hashtable,System.Collections localVariables
return System.Collections.Hashtable