C# Class Fanx.Emit.FMixinInterfaceEmit

FMixinInterfaceEmit emits the interface of a mixin type.
Inheritance: FTypeEmit
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
@base ( ) : string
emit ( FMethod m ) : void
emitType ( ) : void
mixins ( ) : string[]

Method Details

@base() protected méthode

protected @base ( ) : string
Résultat string

FMixinInterfaceEmit() public méthode

public FMixinInterfaceEmit ( 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

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

emitType() protected méthode

protected emitType ( ) : void
Résultat void

mixins() protected méthode

protected mixins ( ) : string[]
Résultat string[]