C# Class Babel.Compiler.SourceFile

Inheritance: CompositeNode
Mostra file Open project: shugo/babel Class Usage Examples

Protected Properties

Property Type Description
_namespace string
importedNamespaces System.Collections.ArrayList

Public Methods

Method Description
Accept ( NodeVisitor visitor ) : void
ImportNamespace ( string ns ) : void
SourceFile ( ) : System

Method Details

Accept() public method

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

ImportNamespace() public method

public ImportNamespace ( string ns ) : void
ns string
return void

SourceFile() public method

public SourceFile ( ) : System
return System

Property Details

_namespace protected_oe property

protected string _namespace
return string

importedNamespaces protected_oe property

protected ArrayList,System.Collections importedNamespaces
return System.Collections.ArrayList