C# Class _4_ComplingAST.Program.SymbolTable

ファイルを表示 Open project: GHScan/DailyProjects

Protected Properties

Property Type Description
mNextLoc int
mVarLoc int>.Dictionary

Public Methods

Method Description
Define ( string name ) : int
GetSymbolCount ( ) : int
Lookup ( string name ) : int
SymbolTable ( SymbolTable prevTable ) : System

Method Details

Define() public method

public Define ( string name ) : int
name string
return int

GetSymbolCount() public method

public GetSymbolCount ( ) : int
return int

Lookup() public method

public Lookup ( string name ) : int
name string
return int

SymbolTable() public method

public SymbolTable ( SymbolTable prevTable ) : System
prevTable SymbolTable
return System

Property Details

mNextLoc protected_oe property

protected int mNextLoc
return int

mVarLoc protected_oe property

protected Dictionary mVarLoc
return int>.Dictionary