C# 클래스 Reinforced.Typings.Visitors.TextExportingVisitor

상속: VisitorBase
파일 보기 프로젝트 열기: reinforced/Reinforced.Typings

공개 메소드들

메소드 설명
Br ( ) : void
TextExportingVisitor ( TextWriter writer ) : System

보호된 메소드들

메소드 설명
AppendTabs ( ) : void
Indent ( ) : void
Tab ( ) : void
UnTab ( ) : void
Write ( string text ) : void
WriteLine ( string text ) : void
WriteLines ( string str ) : void

메소드 상세

AppendTabs() 보호된 메소드

protected AppendTabs ( ) : void
리턴 void

Br() 공개 메소드

public Br ( ) : void
리턴 void

Indent() 보호된 메소드

protected Indent ( ) : void
리턴 void

Tab() 보호된 메소드

protected Tab ( ) : void
리턴 void

TextExportingVisitor() 공개 메소드

public TextExportingVisitor ( TextWriter writer ) : System
writer System.IO.TextWriter
리턴 System

UnTab() 보호된 메소드

protected UnTab ( ) : void
리턴 void

Write() 보호된 메소드

protected Write ( string text ) : void
text string
리턴 void

WriteLine() 보호된 메소드

protected WriteLine ( string text ) : void
text string
리턴 void

WriteLines() 보호된 메소드

protected WriteLines ( string str ) : void
str string
리턴 void