C# Class FileGenerator.CodeGenerator

Afficher le fichier Open project: dlemstra/Magick.NET

Méthodes publiques

Méthode Description
CloseWriter ( ) : void
CreateWriter ( string fileName ) : void

Méthodes protégées

Méthode 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 méthode

public CloseWriter ( ) : void
Résultat void

CodeGenerator() protected méthode

protected CodeGenerator ( ) : System
Résultat System

CodeGenerator() protected méthode

protected CodeGenerator ( CodeGenerator parent ) : System
parent CodeGenerator
Résultat System

CreateWriter() public méthode

public CreateWriter ( string fileName ) : void
fileName string
Résultat void

Write() protected méthode

protected Write ( char value ) : void
value char
Résultat void

Write() protected méthode

protected Write ( int value ) : void
value int
Résultat void

Write() protected méthode

protected Write ( string value ) : void
value string
Résultat void

WriteElse() protected méthode

protected WriteElse ( string action ) : void
action string
Résultat void

WriteEnd() protected méthode

protected WriteEnd ( ) : void
Résultat void

WriteEndColon() protected méthode

protected WriteEndColon ( ) : void
Résultat void

WriteIf() protected méthode

protected WriteIf ( string condition, string action ) : void
condition string
action string
Résultat void

WriteLine() protected méthode

protected WriteLine ( ) : void
Résultat void

WriteLine() protected méthode

protected WriteLine ( string value ) : void
value string
Résultat void

WriteQuantumType() protected méthode

protected WriteQuantumType ( ) : void
Résultat void

WriteStart() protected méthode

protected WriteStart ( string namespaceName ) : void
namespaceName string
Résultat void

WriteStartColon() protected méthode

protected WriteStartColon ( ) : void
Résultat void

WriteUsing() protected méthode

protected WriteUsing ( ) : void
Résultat void