C# Класс NClass.CodeGenerator.JavaSourceFileGenerator

Наследование: SourceFileGenerator
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
JavaSourceFileGenerator ( TypeBase type, string rootNamespace ) : System

Защищенные методы

Метод Описание
WriteFileContent ( ) : void

Приватные методы

Метод Описание
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

Описание методов

JavaSourceFileGenerator() публичный Метод

/// is null. ///
public JavaSourceFileGenerator ( TypeBase type, string rootNamespace ) : System
type NClass.Core.TypeBase
rootNamespace string
Результат System

WriteFileContent() защищенный Метод

protected WriteFileContent ( ) : void
Результат void