C# Class ABT.Utils.StoreEntry

Show file 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 property

public String name
return String

offset public property

public Int32,System offset
return System.Int32

type public property

public ExprType,ABT type
return ExprType