C# Class UnityScript.Scripting.Pipeline.IntroduceReturnValue

Inheritance: Boo.Lang.Compiler.Steps.AbstractCompilerStep
Datei anzeigen Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
IsVoid ( Expression e ) : bool
LastExpressionStatement ( Method method ) : Boo.Lang.Compiler.Ast.ExpressionStatement
Run ( ) : void

Method Details

IsVoid() public method

public IsVoid ( Expression e ) : bool
e Boo.Lang.Compiler.Ast.Expression
return bool

LastExpressionStatement() public method

public LastExpressionStatement ( Method method ) : Boo.Lang.Compiler.Ast.ExpressionStatement
method Boo.Lang.Compiler.Ast.Method
return Boo.Lang.Compiler.Ast.ExpressionStatement

Run() public method

public Run ( ) : void
return void