C# Class _4_ComplingAST.Program.SymbolTable

Afficher le fichier Open project: GHScan/DailyProjects

Protected Properties

Свойство Type Description
mNextLoc int
mVarLoc int>.Dictionary

Méthodes publiques

Méthode Description
Define ( string name ) : int
GetSymbolCount ( ) : int
Lookup ( string name ) : int
SymbolTable ( SymbolTable prevTable ) : System

Method Details

Define() public méthode

public Define ( string name ) : int
name string
Résultat int

GetSymbolCount() public méthode

public GetSymbolCount ( ) : int
Résultat int

Lookup() public méthode

public Lookup ( string name ) : int
name string
Résultat int

SymbolTable() public méthode

public SymbolTable ( SymbolTable prevTable ) : System
prevTable SymbolTable
Résultat System

Property Details

mNextLoc protected_oe property

protected int mNextLoc
Résultat int

mVarLoc protected_oe property

protected Dictionary mVarLoc
Résultat int>.Dictionary