C# Class Boo.Lang.Compiler.Ast.Import

Inheritance: Node
Show file Open project: boo/boo-lang Class Usage Examples

Protected Properties

Property Type Description
_namespaceUsed bool

Public Methods

Method Description
Import ( ) : System
Import ( LexicalInfo lexicalInfoProvider ) : System
Import ( LexicalInfo lexicalInfo, string namespace_ ) : System
Import ( string namespace_, ReferenceExpression assemblyReference, ReferenceExpression alias ) : System
ToString ( ) : string

Method Details

Import() public method

public Import ( ) : System
return System

Import() public method

public Import ( LexicalInfo lexicalInfoProvider ) : System
lexicalInfoProvider LexicalInfo
return System

Import() public method

public Import ( LexicalInfo lexicalInfo, string namespace_ ) : System
lexicalInfo LexicalInfo
namespace_ string
return System

Import() public method

public Import ( string namespace_, ReferenceExpression assemblyReference, ReferenceExpression alias ) : System
namespace_ string
assemblyReference ReferenceExpression
alias ReferenceExpression
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

_namespaceUsed protected property

protected bool _namespaceUsed
return bool