C# Class Interpreter.util.CrossReferencer

ファイルを表示 Open project: dfdemar/Pascal_Interpreter Class Usage Examples

Public Methods

Method Description
Print ( SymbolTableStack symbolTableStack ) : void

Private Methods

Method Description
CrossReferencer ( ) : System
PrintColumnHeadings ( ) : void
PrintSymbolTable ( SymbolTable symbolTable ) : void

Method Details

Print() public method

public Print ( SymbolTableStack symbolTableStack ) : void
symbolTableStack SymbolTableStack
return void