C# 클래스 Fanx.Emit.FMixinInterfaceEmit

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

공개 메소드들

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

보호된 메소드들

메소드 설명
@base ( ) : string
emit ( FMethod m ) : void
emitType ( ) : void
mixins ( ) : string[]

메소드 상세

@base() 보호된 메소드

protected @base ( ) : string
리턴 string

FMixinInterfaceEmit() 공개 메소드

public FMixinInterfaceEmit ( 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() 보호된 메소드

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

emitType() 보호된 메소드

protected emitType ( ) : void
리턴 void

mixins() 보호된 메소드

protected mixins ( ) : string[]
리턴 string[]