C# Class UnityScript.Scripting.Pipeline.IntroduceReturnValue

Inheritance: Boo.Lang.Compiler.Steps.AbstractCompilerStep
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

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

Method Details

IsVoid() public méthode

public IsVoid ( Expression e ) : bool
e Boo.Lang.Compiler.Ast.Expression
Résultat bool

LastExpressionStatement() public méthode

public LastExpressionStatement ( Method method ) : Boo.Lang.Compiler.Ast.ExpressionStatement
method Boo.Lang.Compiler.Ast.Method
Résultat Boo.Lang.Compiler.Ast.ExpressionStatement

Run() public méthode

public Run ( ) : void
Résultat void