C# Class FileGenerator.CodeGenerator

Mostra file Open project: dlemstra/Magick.NET

Public Methods

Method Description
CloseWriter ( ) : void
CreateWriter ( string fileName ) : void

Protected Methods

Method Description
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

Method Details

CloseWriter() public method

public CloseWriter ( ) : void
return void

CodeGenerator() protected method

protected CodeGenerator ( ) : System
return System

CodeGenerator() protected method

protected CodeGenerator ( CodeGenerator parent ) : System
parent CodeGenerator
return System

CreateWriter() public method

public CreateWriter ( string fileName ) : void
fileName string
return void

Write() protected method

protected Write ( char value ) : void
value char
return void

Write() protected method

protected Write ( int value ) : void
value int
return void

Write() protected method

protected Write ( string value ) : void
value string
return void

WriteElse() protected method

protected WriteElse ( string action ) : void
action string
return void

WriteEnd() protected method

protected WriteEnd ( ) : void
return void

WriteEndColon() protected method

protected WriteEndColon ( ) : void
return void

WriteIf() protected method

protected WriteIf ( string condition, string action ) : void
condition string
action string
return void

WriteLine() protected method

protected WriteLine ( ) : void
return void

WriteLine() protected method

protected WriteLine ( string value ) : void
value string
return void

WriteQuantumType() protected method

protected WriteQuantumType ( ) : void
return void

WriteStart() protected method

protected WriteStart ( string namespaceName ) : void
namespaceName string
return void

WriteStartColon() protected method

protected WriteStartColon ( ) : void
return void

WriteUsing() protected method

protected WriteUsing ( ) : void
return void