C# Class FDOxml2cs.SourceWriter

Afficher le fichier Open project: mono/winforms-tools Class Usage Examples

Méthodes publiques

Méthode Description
Flush ( ) : void
SourceWriter ( ) : System
Start ( ) : void

Private Methods

Méthode Description
AddByteArray ( string tabs, string matchname, byte bmatchvalue, int btype ) : void
AddMatches ( ArrayList matches, MimeType mimeType, int cookie, string lastmatchname ) : void
BuildByteArrays ( string tabs, string matchname, byte bmatchvalue, Match match ) : void
EndOutput ( ) : void
GenerateAliases ( ) : void
GenerateCode ( ) : void
GenerateGlobals ( ) : void
GenerateMatches ( ) : void
GenerateMimeTypes ( ) : void
GenerateSubClasses ( ) : void
HexStringToByteArray ( string match ) : byte[]
InitOutput ( ) : void
MatchValueOtherToByteArray ( string match, MatchTypes matchType ) : byte[]
MatchValueStringToByteArray ( string match ) : byte[]
OctalStringToInt ( string input ) : uint

Method Details

Flush() public méthode

public Flush ( ) : void
Résultat void

SourceWriter() public méthode

public SourceWriter ( ) : System
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void