C# 클래스 CodeGeneration.CGenState.LabelPack

파일 보기 프로젝트 열기: phisiart/C-Compiler

공개 프로퍼티들

프로퍼티 타입 설명
break_label System.Int32
continue_label System.Int32
default_label System.Int32
value_to_label Int32>.Dictionary

공개 메소드들

메소드 설명
LabelPack ( Int32 continue_label, Int32 break_label, Int32 default_label, Int32>.Dictionary value_to_label ) : System

메소드 상세

LabelPack() 공개 메소드

public LabelPack ( Int32 continue_label, Int32 break_label, Int32 default_label, Int32>.Dictionary value_to_label ) : System
continue_label System.Int32
break_label System.Int32
default_label System.Int32
value_to_label Int32>.Dictionary
리턴 System

프로퍼티 상세

break_label 공개적으로 프로퍼티

public Int32,System break_label
리턴 System.Int32

continue_label 공개적으로 프로퍼티

public Int32,System continue_label
리턴 System.Int32

default_label 공개적으로 프로퍼티

public Int32,System default_label
리턴 System.Int32

value_to_label 공개적으로 프로퍼티

public Dictionary value_to_label
리턴 Int32>.Dictionary