C# 클래스 UnityScript.Macros.GotoOnTopLevelBreak

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

보호된 프로퍼티들

프로퍼티 타입 설명
_label Boo.Lang.Compiler.Ast.LabelStatement
_level int

공개 메소드들

메소드 설명
GotoOnTopLevelBreak ( Boo.Lang.Compiler.Ast.LabelStatement label ) : Boo.Lang.Compiler.Ast
OnBreakStatement ( Boo.Lang.Compiler.Ast.BreakStatement node ) : void
OnForStatement ( Boo.Lang.Compiler.Ast.ForStatement node ) : void
OnLoopBody ( Block block ) : void
OnWhileStatement ( Boo.Lang.Compiler.Ast.WhileStatement node ) : void

메소드 상세

GotoOnTopLevelBreak() 공개 메소드

public GotoOnTopLevelBreak ( Boo.Lang.Compiler.Ast.LabelStatement label ) : Boo.Lang.Compiler.Ast
label Boo.Lang.Compiler.Ast.LabelStatement
리턴 Boo.Lang.Compiler.Ast

OnBreakStatement() 공개 메소드

public OnBreakStatement ( Boo.Lang.Compiler.Ast.BreakStatement node ) : void
node Boo.Lang.Compiler.Ast.BreakStatement
리턴 void

OnForStatement() 공개 메소드

public OnForStatement ( Boo.Lang.Compiler.Ast.ForStatement node ) : void
node Boo.Lang.Compiler.Ast.ForStatement
리턴 void

OnLoopBody() 공개 메소드

public OnLoopBody ( Block block ) : void
block Boo.Lang.Compiler.Ast.Block
리턴 void

OnWhileStatement() 공개 메소드

public OnWhileStatement ( Boo.Lang.Compiler.Ast.WhileStatement node ) : void
node Boo.Lang.Compiler.Ast.WhileStatement
리턴 void

프로퍼티 상세

_label 보호되어 있는 프로퍼티

protected LabelStatement,Boo.Lang.Compiler.Ast _label
리턴 Boo.Lang.Compiler.Ast.LabelStatement

_level 보호되어 있는 프로퍼티

protected int _level
리턴 int