C# 클래스 MonoDevelop.Monobjc.Tracking.ObjectiveCSourceWriter

상속: ObjectiveCWriter
파일 보기 프로젝트 열기: Monobjc/monobjc-monodevelop 1 사용 예제들

공개 메소드들

메소드 설명
ObjectiveCSourceWriter ( MonobjcProject project ) : System

보호된 메소드들

메소드 설명
WriteEpilogue ( TextWriter writer, string name, string baseName ) : void
WriteIncludes ( TextWriter writer, IType type ) : void
WriteMethods ( TextWriter writer, IType type ) : void
WritePrologue ( TextWriter writer, string name, string baseName ) : void
WriteProperties ( TextWriter writer, IType type ) : void

메소드 상세

ObjectiveCSourceWriter() 공개 메소드

public ObjectiveCSourceWriter ( MonobjcProject project ) : System
project MonobjcProject
리턴 System

WriteEpilogue() 보호된 메소드

protected WriteEpilogue ( TextWriter writer, string name, string baseName ) : void
writer System.IO.TextWriter
name string
baseName string
리턴 void

WriteIncludes() 보호된 메소드

protected WriteIncludes ( TextWriter writer, IType type ) : void
writer System.IO.TextWriter
type IType
리턴 void

WriteMethods() 보호된 메소드

protected WriteMethods ( TextWriter writer, IType type ) : void
writer System.IO.TextWriter
type IType
리턴 void

WritePrologue() 보호된 메소드

protected WritePrologue ( TextWriter writer, string name, string baseName ) : void
writer System.IO.TextWriter
name string
baseName string
리턴 void

WriteProperties() 보호된 메소드

protected WriteProperties ( TextWriter writer, IType type ) : void
writer System.IO.TextWriter
type IType
리턴 void