C# 클래스 UnityScript.Macros.SwitchMacroModule

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
ComparisonFor ( Expression local, IEnumerable expressions ) : Expression
EndsWithBreak ( Block block ) : bool
NewGoto ( Boo.Lang.Compiler.Ast.LabelStatement label ) : Boo.Lang.Compiler.Ast.GotoStatement

비공개 메소드들

메소드 설명
SwitchMacroModule ( ) : Boo.Lang.Compiler.Ast

메소드 상세

ComparisonFor() 공개 정적인 메소드

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

EndsWithBreak() 공개 정적인 메소드

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

NewGoto() 공개 정적인 메소드

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