C# Class UnityScript.Macros.SwitchMacroModule

Datei anzeigen Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method 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

Method Description
SwitchMacroModule ( ) : Boo.Lang.Compiler.Ast

Method Details

ComparisonFor() public static method

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

EndsWithBreak() public static method

public static EndsWithBreak ( Block block ) : bool
block Boo.Lang.Compiler.Ast.Block
return bool

NewGoto() public static method

public static NewGoto ( Boo.Lang.Compiler.Ast.LabelStatement label ) : Boo.Lang.Compiler.Ast.GotoStatement
label Boo.Lang.Compiler.Ast.LabelStatement
return Boo.Lang.Compiler.Ast.GotoStatement