C# 클래스 NClass.CodeGenerator.JavaSourceFileGenerator

상속: SourceFileGenerator
파일 보기 프로젝트 열기: gbaychev/NClass 1 사용 예제들

공개 메소드들

메소드 설명
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