C# Class ABT.Env.Entry

Show file Open project: phisiart/C-Compiler Class Usage Examples

Public Properties

Property Type Description
Kind EntryKind
Offset System.Int32
Type ExprType

Public Methods

Method Description
Entry ( EntryKind kind, ExprType type, Int32 offset ) : System

Method Details

Entry() public method

public Entry ( EntryKind kind, ExprType type, Int32 offset ) : System
kind EntryKind
type ExprType
offset System.Int32
return System

Property Details

Kind public property

public EntryKind Kind
return EntryKind

Offset public property

public Int32,System Offset
return System.Int32

Type public property

public ExprType,ABT Type
return ExprType