C# Class Pytocs.SymbolTable

Show file Open project: uxmal/pytocs Class Usage Examples

Public Methods

Method Description
GetSymbol ( string name ) : Symbol
Reference ( string name ) : Symbol
SymbolTable ( ) : System
SymbolTable ( SymbolTable outer ) : System

Method Details

GetSymbol() public method

public GetSymbol ( string name ) : Symbol
name string
return Symbol

Reference() public method

public Reference ( string name ) : Symbol
name string
return Symbol

SymbolTable() public method

public SymbolTable ( ) : System
return System

SymbolTable() public method

public SymbolTable ( SymbolTable outer ) : System
outer SymbolTable
return System