C# Class ABT.Utils.StoreEntry

Datei anzeigen Open project: phisiart/C-Compiler

Public Properties

Property Type Description
name String
offset System.Int32
type ExprType

Public Methods

Method Description
StoreEntry ( String name, ExprType type, Int32 offset ) : System

Method Details

StoreEntry() public method

public StoreEntry ( String name, ExprType type, Int32 offset ) : System
name String
type ExprType
offset System.Int32
return System

Property Details

name public_oe property

public String name
return String

offset public_oe property

public Int32,System offset
return System.Int32

type public_oe property

public ExprType,ABT type
return ExprType