C# Class IronRuby.Compiler.Ast.ReturnStatement

Inheritance: JumpStatement
Afficher le fichier Open project: jschementi/iron Class Usage Examples

Méthodes publiques

Méthode Description
ReturnStatement ( Arguments arguments, Microsoft.Scripting.SourceSpan location ) : System.Reflection

Private Methods

Méthode Description
Propagate ( AstGenerator gen, System.Linq.Expressions resultVariable ) : Expression
Transform ( AstGenerator gen ) : Expression

Method Details

ReturnStatement() public méthode

public ReturnStatement ( Arguments arguments, Microsoft.Scripting.SourceSpan location ) : System.Reflection
arguments Arguments
location Microsoft.Scripting.SourceSpan
Résultat System.Reflection