C# Class ABT.Env.Entry

Datei anzeigen 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_oe property

public EntryKind Kind
return EntryKind

Offset public_oe property

public Int32,System Offset
return System.Int32

Type public_oe property

public ExprType,ABT Type
return ExprType