C# Class UnityScript.Macros.SwitchMacroModule

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
ComparisonFor ( Expression local, IEnumerable expressions ) : Expression
EndsWithBreak ( Block block ) : bool
NewGoto ( Boo.Lang.Compiler.Ast.LabelStatement label ) : Boo.Lang.Compiler.Ast.GotoStatement

Private Methods

Méthode Description
SwitchMacroModule ( ) : Boo.Lang.Compiler.Ast

Method Details

ComparisonFor() public static méthode

public static ComparisonFor ( Expression local, IEnumerable expressions ) : Expression
local Boo.Lang.Compiler.Ast.Expression
expressions IEnumerable
Résultat Boo.Lang.Compiler.Ast.Expression

EndsWithBreak() public static méthode

public static EndsWithBreak ( Block block ) : bool
block Boo.Lang.Compiler.Ast.Block
Résultat bool

NewGoto() public static méthode

public static NewGoto ( Boo.Lang.Compiler.Ast.LabelStatement label ) : Boo.Lang.Compiler.Ast.GotoStatement
label Boo.Lang.Compiler.Ast.LabelStatement
Résultat Boo.Lang.Compiler.Ast.GotoStatement