C# 클래스 UnityScript.Scripting.Pipeline.IntroduceReturnValue

상속: Boo.Lang.Compiler.Steps.AbstractCompilerStep
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 메소드들

메소드 설명
IsVoid ( Expression e ) : bool
LastExpressionStatement ( Method method ) : Boo.Lang.Compiler.Ast.ExpressionStatement
Run ( ) : void

메소드 상세

IsVoid() 공개 메소드

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

LastExpressionStatement() 공개 메소드

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

Run() 공개 메소드

public Run ( ) : void
리턴 void