C# 클래스 Boo.Lang.Compiler.Steps.LoopInfo

파일 보기 프로젝트 열기: boo-lang/boo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BreakLabel System.Reflection.Emit.Label
ContinueLabel System.Reflection.Emit.Label
TryBlockDepth int

공개 메소드들

메소드 설명
LoopInfo ( Label breakLabel, Label continueLabel, int tryBlockDepth ) : System

메소드 상세

LoopInfo() 공개 메소드

public LoopInfo ( Label breakLabel, Label continueLabel, int tryBlockDepth ) : System
breakLabel System.Reflection.Emit.Label
continueLabel System.Reflection.Emit.Label
tryBlockDepth int
리턴 System

프로퍼티 상세

BreakLabel 공개적으로 프로퍼티

public Label,System.Reflection.Emit BreakLabel
리턴 System.Reflection.Emit.Label

ContinueLabel 공개적으로 프로퍼티

public Label,System.Reflection.Emit ContinueLabel
리턴 System.Reflection.Emit.Label

TryBlockDepth 공개적으로 프로퍼티

public int TryBlockDepth
리턴 int