C# Class IronRuby.Compiler.Ast.MethodDefinition

Inheritance: IronRuby.Compiler.Ast.DefinitionExpression
ファイルを表示 Open project: ExpertsInside/IronSP Class Usage Examples

Public Methods

Method Description
MethodDefinition ( LexicalScope definedScope, Expression target, string name, Parameters parameters, Body body, Microsoft.Scripting.SourceSpan location ) : System

Protected Methods

Method Description
Walk ( Walker walker ) : void

Private Methods

Method Description
CreateLambda ( string name, AstParameters parameters, System.Linq.Expressions body ) : LambdaExpression
DefineLocals ( AstParameters &parameters ) : ScopeBuilder
TransformBody ( AstGenerator gen, IronRuby.Runtime.RubyScope declaringScope, RubyModule declaringModule ) : LambdaExpression
TransformRead ( AstGenerator gen ) : Expression

Method Details

MethodDefinition() public method

public MethodDefinition ( LexicalScope definedScope, Expression target, string name, Parameters parameters, Body body, Microsoft.Scripting.SourceSpan location ) : System
definedScope LexicalScope
target Expression
name string
parameters Parameters
body Body
location Microsoft.Scripting.SourceSpan
return System

Walk() protected method

protected Walk ( Walker walker ) : void
walker Walker
return void