C# Class Kirikiri.Tjs2.InterCodeGenerator.FuncArgItem

ファイルを表示 Open project: fantasydr/krkr-cs

Public Properties

Property Type Description
Register int
Type int

Public Methods

Method Description
FuncArgItem ( int reg ) : System.Collections.Generic
FuncArgItem ( int reg, int type ) : System.Collections.Generic

Method Details

FuncArgItem() public method

public FuncArgItem ( int reg ) : System.Collections.Generic
reg int
return System.Collections.Generic

FuncArgItem() public method

public FuncArgItem ( int reg, int type ) : System.Collections.Generic
reg int
type int
return System.Collections.Generic

Property Details

Register public_oe property

public int Register
return int

Type public_oe property

public int Type
return int