C# Class MonoDevelop.Monobjc.Tracking.ObjectiveCSourceWriter

Inheritance: ObjectiveCWriter
Afficher le fichier Open project: Monobjc/monobjc-monodevelop Class Usage Examples

Méthodes publiques

Méthode Description
ObjectiveCSourceWriter ( MonobjcProject project ) : System

Méthodes protégées

Méthode Description
WriteEpilogue ( TextWriter writer, string name, string baseName ) : void
WriteIncludes ( TextWriter writer, IType type ) : void
WriteMethods ( TextWriter writer, IType type ) : void
WritePrologue ( TextWriter writer, string name, string baseName ) : void
WriteProperties ( TextWriter writer, IType type ) : void

Method Details

ObjectiveCSourceWriter() public méthode

public ObjectiveCSourceWriter ( MonobjcProject project ) : System
project MonobjcProject
Résultat System

WriteEpilogue() protected méthode

protected WriteEpilogue ( TextWriter writer, string name, string baseName ) : void
writer System.IO.TextWriter
name string
baseName string
Résultat void

WriteIncludes() protected méthode

protected WriteIncludes ( TextWriter writer, IType type ) : void
writer System.IO.TextWriter
type IType
Résultat void

WriteMethods() protected méthode

protected WriteMethods ( TextWriter writer, IType type ) : void
writer System.IO.TextWriter
type IType
Résultat void

WritePrologue() protected méthode

protected WritePrologue ( TextWriter writer, string name, string baseName ) : void
writer System.IO.TextWriter
name string
baseName string
Résultat void

WriteProperties() protected méthode

protected WriteProperties ( TextWriter writer, IType type ) : void
writer System.IO.TextWriter
type IType
Résultat void