C# Class NClass.CodeGenerator.JavaSourceFileGenerator

Inheritance: SourceFileGenerator
ファイルを表示 Open project: gbaychev/NClass Class Usage Examples

Public Methods

Method Description
JavaSourceFileGenerator ( TypeBase type, string rootNamespace ) : System

Protected Methods

Method Description
WriteFileContent ( ) : void

Private Methods

Method Description
WriteCompositeType ( CompositeType type ) : void
WriteEnum ( EnumType _enum ) : void
WriteField ( Field field ) : void
WriteImportList ( ) : void
WriteMethod ( Method method ) : void
WriteNotImplementedString ( ) : void
WritePackageDeclaration ( ) : void
WriteType ( TypeBase type ) : void

Method Details

JavaSourceFileGenerator() public method

/// is null. ///
public JavaSourceFileGenerator ( TypeBase type, string rootNamespace ) : System
type NClass.Core.TypeBase
rootNamespace string
return System

WriteFileContent() protected method

protected WriteFileContent ( ) : void
return void