C# Class IronRuby.Compiler.Ast.ReturnStatement

Inheritance: JumpStatement
Datei anzeigen Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
ReturnStatement ( Arguments arguments, Microsoft.Scripting.SourceSpan location ) : System.Reflection

Private Methods

Method Description
Propagate ( AstGenerator gen, System.Linq.Expressions resultVariable ) : Expression
Transform ( AstGenerator gen ) : Expression

Method Details

ReturnStatement() public method

public ReturnStatement ( Arguments arguments, Microsoft.Scripting.SourceSpan location ) : System.Reflection
arguments Arguments
location Microsoft.Scripting.SourceSpan
return System.Reflection