C# Class Interpreter.util.ParseTreePrinter

Afficher le fichier Open project: dfdemar/Pascal_Interpreter Class Usage Examples

Méthodes publiques

Méthode Description
ParseTreePrinter ( TextWriter tw ) : System
Print ( ICode iCode ) : void

Private Methods

Méthode Description
Append ( string text ) : void
PrintAttribute ( string keyString, Object value ) : void
PrintAttributes ( ICodeNodeImplementation node ) : void
PrintChildNodes ( List childNodes ) : void
PrintLine ( ) : void
PrintNode ( ICodeNodeImplementation node ) : void
PrintTypeSpecification ( ICodeNodeImplementation node ) : void

Method Details

ParseTreePrinter() public méthode

public ParseTreePrinter ( TextWriter tw ) : System
tw System.IO.TextWriter
Résultat System

Print() public méthode

public Print ( ICode iCode ) : void
iCode ICode
Résultat void