C# Class Fanx.Emit.FMixinBodyEmit

FMixinBodyEmit emits the class body of a mixin type.
Inheritance: FClassEmit
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Méthode Description
FMixinBodyEmit ( Emitter emitter, Type parent, FType type ) : Fan.Sys
emit ( ) : void

Méthodes protégées

Méthode Description
@base ( ) : string
emit ( FField f ) : void

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

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

Method Details

@base() protected méthode

protected @base ( ) : string
Résultat string

FMixinBodyEmit() public méthode

public FMixinBodyEmit ( Emitter emitter, Type parent, FType type ) : Fan.Sys
emitter Emitter
parent Fan.Sys.Type
type Fanx.Fcode.FType
Résultat Fan.Sys

emit() public méthode

public emit ( ) : void
Résultat void

emit() protected méthode

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

emit() protected méthode

protected emit ( FMethod m ) : void
m Fanx.Fcode.FMethod
Résultat void

emitType() protected méthode

protected emitType ( ) : void
Résultat void