C# Class ABT.Env.Entry

Afficher le fichier Open project: phisiart/C-Compiler Class Usage Examples

Méthodes publiques

Свойство Type Description
Kind EntryKind
Offset System.Int32
Type ExprType

Méthodes publiques

Méthode Description
Entry ( EntryKind kind, ExprType type, Int32 offset ) : System

Method Details

Entry() public méthode

public Entry ( EntryKind kind, ExprType type, Int32 offset ) : System
kind EntryKind
type ExprType
offset System.Int32
Résultat System

Property Details

Kind public_oe property

public EntryKind Kind
Résultat EntryKind

Offset public_oe property

public Int32,System Offset
Résultat System.Int32

Type public_oe property

public ExprType,ABT Type
Résultat ExprType