C# Class NClass.CodeGenerator.JavaSourceFileGenerator

Inheritance: SourceFileGenerator
Afficher le fichier Open project: gbaychev/NClass Class Usage Examples

Méthodes publiques

Méthode Description
JavaSourceFileGenerator ( TypeBase type, string rootNamespace ) : System

Méthodes protégées

Méthode Description
WriteFileContent ( ) : void

Private Methods

Méthode 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 méthode

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

WriteFileContent() protected méthode

protected WriteFileContent ( ) : void
Résultat void