C# Class IronRuby.Compiler.Ast.ShutdownHandlerStatement

Datei anzeigen Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
ShutdownHandlerStatement ( LexicalScope definedScope, Statements body, SourceSpan location ) : Microsoft.Scripting

Private Methods

Method Description
Transform ( AstGenerator gen ) : Expression
TransformRead ( AstGenerator gen ) : Expression

Method Details

ShutdownHandlerStatement() public method

public ShutdownHandlerStatement ( LexicalScope definedScope, Statements body, SourceSpan location ) : Microsoft.Scripting
definedScope LexicalScope
body Statements
location SourceSpan
return Microsoft.Scripting