C# Class net.sf.jni4net.proxygen.generator.JVMClassGenerator

Inheritance: JVMGenerator
Afficher le fichier Open project: Mazrick/jni4net

Méthodes publiques

Méthode Description
JVMClassGenerator ( GType type ) : System

Méthodes protégées

Méthode Description
Generate ( CodeNamespace nameSpace ) : void

Private Methods

Méthode Description
CreateConstructorBody ( GMethod constructor, CodeConstructor con, string uName ) : void
CreateConstructorHelper ( GMethod constructor, string uName ) : CodeMemberMethod
GenerateConstructors ( CodeTypeDeclaration tgtType ) : void
GenerateMethods ( CodeTypeDeclaration tgtType ) : void

Method Details

Generate() protected méthode

protected Generate ( CodeNamespace nameSpace ) : void
nameSpace System.CodeDom.CodeNamespace
Résultat void

JVMClassGenerator() public méthode

public JVMClassGenerator ( GType type ) : System
type net.sf.jni4net.proxygen.model.GType
Résultat System