C# Class ABT.Utils.StoreEntry

Afficher le fichier Open project: phisiart/C-Compiler

Méthodes publiques

Свойство Type Description
name String
offset System.Int32
type ExprType

Méthodes publiques

Méthode Description
StoreEntry ( String name, ExprType type, Int32 offset ) : System

Method Details

StoreEntry() public méthode

public StoreEntry ( String name, ExprType type, Int32 offset ) : System
name String
type ExprType
offset System.Int32
Résultat System

Property Details

name public_oe property

public String name
Résultat String

offset public_oe property

public Int32,System offset
Résultat System.Int32

type public_oe property

public ExprType,ABT type
Résultat ExprType