C# Class CodeGeneration.CGenState.LabelPack

Show file Open project: phisiart/C-Compiler

Public Properties

Property Type Description
break_label System.Int32
continue_label System.Int32
default_label System.Int32
value_to_label Int32>.Dictionary

Public Methods

Method Description
LabelPack ( Int32 continue_label, Int32 break_label, Int32 default_label, Int32>.Dictionary value_to_label ) : System

Method Details

LabelPack() public method

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
return System

Property Details

break_label public property

public Int32,System break_label
return System.Int32

continue_label public property

public Int32,System continue_label
return System.Int32

default_label public property

public Int32,System default_label
return System.Int32

value_to_label public property

public Dictionary value_to_label
return Int32>.Dictionary