C# 클래스 FileGenerator.CodeGenerator

파일 보기 프로젝트 열기: dlemstra/Magick.NET

공개 메소드들

메소드 설명
CloseWriter ( ) : void
CreateWriter ( string fileName ) : void

보호된 메소드들

메소드 설명
CodeGenerator ( ) : System
CodeGenerator ( CodeGenerator parent ) : System
Write ( char value ) : void
Write ( int value ) : void
Write ( string value ) : void
WriteElse ( string action ) : void
WriteEnd ( ) : void
WriteEndColon ( ) : void
WriteIf ( string condition, string action ) : void
WriteLine ( ) : void
WriteLine ( string value ) : void
WriteQuantumType ( ) : void
WriteStart ( string namespaceName ) : void
WriteStartColon ( ) : void
WriteUsing ( ) : void

메소드 상세

CloseWriter() 공개 메소드

public CloseWriter ( ) : void
리턴 void

CodeGenerator() 보호된 메소드

protected CodeGenerator ( ) : System
리턴 System

CodeGenerator() 보호된 메소드

protected CodeGenerator ( CodeGenerator parent ) : System
parent CodeGenerator
리턴 System

CreateWriter() 공개 메소드

public CreateWriter ( string fileName ) : void
fileName string
리턴 void

Write() 보호된 메소드

protected Write ( char value ) : void
value char
리턴 void

Write() 보호된 메소드

protected Write ( int value ) : void
value int
리턴 void

Write() 보호된 메소드

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

WriteElse() 보호된 메소드

protected WriteElse ( string action ) : void
action string
리턴 void

WriteEnd() 보호된 메소드

protected WriteEnd ( ) : void
리턴 void

WriteEndColon() 보호된 메소드

protected WriteEndColon ( ) : void
리턴 void

WriteIf() 보호된 메소드

protected WriteIf ( string condition, string action ) : void
condition string
action string
리턴 void

WriteLine() 보호된 메소드

protected WriteLine ( ) : void
리턴 void

WriteLine() 보호된 메소드

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

WriteQuantumType() 보호된 메소드

protected WriteQuantumType ( ) : void
리턴 void

WriteStart() 보호된 메소드

protected WriteStart ( string namespaceName ) : void
namespaceName string
리턴 void

WriteStartColon() 보호된 메소드

protected WriteStartColon ( ) : void
리턴 void

WriteUsing() 보호된 메소드

protected WriteUsing ( ) : void
리턴 void