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

Inheritance: JVMGenerator
显示文件 Open project: Mazrick/jni4net

Public Methods

Method Description
JVMClassGenerator ( GType type ) : System

Protected Methods

Method Description
Generate ( CodeNamespace nameSpace ) : void

Private Methods

Method 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 method

protected Generate ( CodeNamespace nameSpace ) : void
nameSpace System.CodeDom.CodeNamespace
return void

JVMClassGenerator() public method

public JVMClassGenerator ( GType type ) : System
type net.sf.jni4net.proxygen.model.GType
return System