C# 클래스 Interpreter.util.ParseTreePrinter

파일 보기 프로젝트 열기: dfdemar/Pascal_Interpreter 1 사용 예제들

공개 메소드들

메소드 설명
ParseTreePrinter ( TextWriter tw ) : System
Print ( ICode iCode ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ParseTreePrinter() 공개 메소드

public ParseTreePrinter ( TextWriter tw ) : System
tw System.IO.TextWriter
리턴 System

Print() 공개 메소드

public Print ( ICode iCode ) : void
iCode ICode
리턴 void