C# Class Fan.Sys.Slot

Slot models a member field or method of a Type.
Inheritance: FanObj, Literal
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Свойство Type Description
m_doc string

Méthodes publiques

Méthode Description
@typeof ( ) : Type
Slot ( Type parent, string name, int flags, Facets facets, int lineNum ) : System
doc ( ) : string
encode ( ObjEncoder @out ) : void
facet ( Type t ) : Facet
facet ( Type t, bool c ) : Facet
facets ( ) : List
find ( string qname ) : Slot
find ( string qname, bool check ) : Slot
findField ( string qname ) : Field
findField ( string qname, bool check ) : Field
findFunc ( string qname ) : Func
findFunc ( string qname, bool check ) : Func
findMethod ( string qname ) : Method
findMethod ( string qname, bool check ) : Method
flags ( ) : int
hasFacet ( Type t ) : bool
isAbstract ( ) : bool
isConst ( ) : bool
isCtor ( ) : bool
isField ( ) : bool
isFinal ( ) : bool
isInternal ( ) : bool
isMethod ( ) : bool
isNative ( ) : bool
isOverride ( ) : bool
isPrivate ( ) : bool
isProtected ( ) : bool
isPublic ( ) : bool
isStatic ( ) : bool
isSynthetic ( ) : bool
isVirtual ( ) : bool
name ( ) : string
parent ( ) : Type
qname ( ) : string
signature ( ) : string
toStr ( ) : string
trap ( string name, List args ) : object

Method Details

@typeof() public méthode

public @typeof ( ) : Type
Résultat Type

Slot() public méthode

public Slot ( Type parent, string name, int flags, Facets facets, int lineNum ) : System
parent Type
name string
flags int
facets Facets
lineNum int
Résultat System

doc() public méthode

public doc ( ) : string
Résultat string

encode() public méthode

public encode ( ObjEncoder @out ) : void
@out Fanx.Serial.ObjEncoder
Résultat void

facet() public méthode

public facet ( Type t ) : Facet
t Type
Résultat Facet

facet() public méthode

public facet ( Type t, bool c ) : Facet
t Type
c bool
Résultat Facet

facets() public méthode

public facets ( ) : List
Résultat List

find() public static méthode

public static find ( string qname ) : Slot
qname string
Résultat Slot

find() public static méthode

public static find ( string qname, bool check ) : Slot
qname string
check bool
Résultat Slot

findField() public static méthode

public static findField ( string qname ) : Field
qname string
Résultat Field

findField() public static méthode

public static findField ( string qname, bool check ) : Field
qname string
check bool
Résultat Field

findFunc() public static méthode

public static findFunc ( string qname ) : Func
qname string
Résultat Func

findFunc() public static méthode

public static findFunc ( string qname, bool check ) : Func
qname string
check bool
Résultat Func

findMethod() public static méthode

public static findMethod ( string qname ) : Method
qname string
Résultat Method

findMethod() public static méthode

public static findMethod ( string qname, bool check ) : Method
qname string
check bool
Résultat Method

flags() public méthode

public flags ( ) : int
Résultat int

hasFacet() public méthode

public hasFacet ( Type t ) : bool
t Type
Résultat bool

isAbstract() public méthode

public isAbstract ( ) : bool
Résultat bool

isConst() public méthode

public isConst ( ) : bool
Résultat bool

isCtor() public méthode

public isCtor ( ) : bool
Résultat bool

isField() public méthode

public isField ( ) : bool
Résultat bool

isFinal() public méthode

public isFinal ( ) : bool
Résultat bool

isInternal() public méthode

public isInternal ( ) : bool
Résultat bool

isMethod() public méthode

public isMethod ( ) : bool
Résultat bool

isNative() public méthode

public isNative ( ) : bool
Résultat bool

isOverride() public méthode

public isOverride ( ) : bool
Résultat bool

isPrivate() public méthode

public isPrivate ( ) : bool
Résultat bool

isProtected() public méthode

public isProtected ( ) : bool
Résultat bool

isPublic() public méthode

public isPublic ( ) : bool
Résultat bool

isStatic() public méthode

public isStatic ( ) : bool
Résultat bool

isSynthetic() public méthode

public isSynthetic ( ) : bool
Résultat bool

isVirtual() public méthode

public isVirtual ( ) : bool
Résultat bool

name() public méthode

public name ( ) : string
Résultat string

parent() public méthode

public parent ( ) : Type
Résultat Type

qname() public méthode

public qname ( ) : string
Résultat string

signature() public abstract méthode

public abstract signature ( ) : string
Résultat string

toStr() public méthode

public toStr ( ) : string
Résultat string

trap() public méthode

public trap ( string name, List args ) : object
name string
args List
Résultat object

Property Details

m_doc public_oe property

public string m_doc
Résultat string