C# Class IronRuby.Compiler.Ast.SingletonDefinition

Inheritance: ModuleDefinition
Show file Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
SingletonDefinition ( LexicalScope definedScope, Expression singleton, Body body, Microsoft.Scripting.SourceSpan location ) : Microsoft.Scripting

Private Methods

Method Description
MakeDefinitionExpression ( AstGenerator gen ) : Expression

Method Details

SingletonDefinition() public method

public SingletonDefinition ( LexicalScope definedScope, Expression singleton, Body body, Microsoft.Scripting.SourceSpan location ) : Microsoft.Scripting
definedScope LexicalScope
singleton Expression
body Body
location Microsoft.Scripting.SourceSpan
return Microsoft.Scripting