C# 클래스 Fanx.Emit.FMixinBodyEmit

FMixinBodyEmit emits the class body of a mixin type.
상속: FClassEmit
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
FMixinBodyEmit ( Emitter emitter, Type parent, FType type ) : Fan.Sys
emit ( ) : void

보호된 메소드들

메소드 설명
@base ( ) : string
emit ( FField f ) : void

Only emit static fields (stored on body, not interface)

emit ( FMethod m ) : void
emitType ( ) : void

메소드 상세

@base() 보호된 메소드

protected @base ( ) : string
리턴 string

FMixinBodyEmit() 공개 메소드

public FMixinBodyEmit ( Emitter emitter, Type parent, FType type ) : Fan.Sys
emitter Emitter
parent Fan.Sys.Type
type Fanx.Fcode.FType
리턴 Fan.Sys

emit() 공개 메소드

public emit ( ) : void
리턴 void

emit() 보호된 메소드

Only emit static fields (stored on body, not interface)
protected emit ( FField f ) : void
f Fanx.Fcode.FField
리턴 void

emit() 보호된 메소드

protected emit ( FMethod m ) : void
m Fanx.Fcode.FMethod
리턴 void

emitType() 보호된 메소드

protected emitType ( ) : void
리턴 void