Property | Type | Description | |
---|---|---|---|
m_doc | string |
Method | Description | |
---|---|---|
@typeof ( ) : Type | ||
Slot ( Type parent, string name, int flags, |
||
doc ( ) : string | ||
encode ( |
||
facet ( Type t ) : Facet | ||
facet ( Type t, bool c ) : Facet | ||
facets ( ) : |
||
find ( string qname ) : |
||
find ( string qname, bool check ) : |
||
findField ( string qname ) : |
||
findField ( string qname, bool check ) : |
||
findFunc ( string qname ) : |
||
findFunc ( string qname, bool check ) : |
||
findMethod ( string qname ) : |
||
findMethod ( string qname, bool check ) : |
||
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, |
public Slot ( Type parent, string name, int flags, |
||
parent | Type | |
name | string | |
flags | int | |
facets | ||
lineNum | int | |
return | System |
public encode ( |
||
@out | ||
return | void |
public static find ( string qname, bool check ) : |
||
qname | string | |
check | bool | |
return |
public static findField ( string qname ) : |
||
qname | string | |
return |
public static findField ( string qname, bool check ) : |
||
qname | string | |
check | bool | |
return |
public static findFunc ( string qname ) : |
||
qname | string | |
return |
public static findFunc ( string qname, bool check ) : |
||
qname | string | |
check | bool | |
return |
public static findMethod ( string qname ) : |
||
qname | string | |
return |
public static findMethod ( string qname, bool check ) : |
||
qname | string | |
check | bool | |
return |
public trap ( string name, |
||
name | string | |
args | ||
return | object |