C# Class GtkSharp.Generation.Method

Inheritance: GtkSharp.Generation.MethodBase
Exibir arquivo Open project: mono/gio-sharp Class Usage Examples

Private Properties

Property Type Description
GenerateDeclCommon void
GenerateDeclCommon void
GetComplement Method

Public Methods

Method Description
Generate ( GtkSharp.Generation.GenerationInfo gen_info, GtkSharp.Generation.ClassBase implementor ) : void
GenerateBody ( GtkSharp.Generation.GenerationInfo gen_info, GtkSharp.Generation.ClassBase implementor, string indent ) : void
GenerateDecl ( StreamWriter sw ) : void
GenerateDecl ( StreamWriter sw, bool is_interface ) : void
GenerateImport ( StreamWriter sw ) : void
Method ( XmlElement elem, GtkSharp.Generation.ClassBase container_type ) : System
Validate ( ) : bool

Private Methods

Method Description
GenerateDeclCommon ( StreamWriter sw, GtkSharp.Generation.ClassBase implementor ) : void
GenerateDeclCommon ( StreamWriter sw, GtkSharp.Generation.ClassBase implementor, bool is_interface ) : void
GetComplement ( ) : Method

Method Details

Generate() public method

public Generate ( GtkSharp.Generation.GenerationInfo gen_info, GtkSharp.Generation.ClassBase implementor ) : void
gen_info GtkSharp.Generation.GenerationInfo
implementor GtkSharp.Generation.ClassBase
return void

GenerateBody() public method

public GenerateBody ( GtkSharp.Generation.GenerationInfo gen_info, GtkSharp.Generation.ClassBase implementor, string indent ) : void
gen_info GtkSharp.Generation.GenerationInfo
implementor GtkSharp.Generation.ClassBase
indent string
return void

GenerateDecl() public method

public GenerateDecl ( StreamWriter sw ) : void
sw System.IO.StreamWriter
return void

GenerateDecl() public method

public GenerateDecl ( StreamWriter sw, bool is_interface ) : void
sw System.IO.StreamWriter
is_interface bool
return void

GenerateImport() public method

public GenerateImport ( StreamWriter sw ) : void
sw System.IO.StreamWriter
return void

Method() public method

public Method ( XmlElement elem, GtkSharp.Generation.ClassBase container_type ) : System
elem System.Xml.XmlElement
container_type GtkSharp.Generation.ClassBase
return System

Validate() public method

public Validate ( ) : bool
return bool