Property | Type | Description | |
---|---|---|---|
module | ModuleType | ||
name | string | ||
outer | |||
table |
Method | Description | |
---|---|---|
ToString ( ) : string | ||
getModule ( ) : ModuleType | ||
initBindings ( ) : void |
Method | Description | |
---|---|---|
NativeModule ( |
||
addAttr ( string name, Pytocs.Syntax.Url url, DataType type ) : void | ||
addAttributes_beCareful ( DataType type ) : void | ||
addClass ( string name, Pytocs.Syntax.Url url, DataType type ) : void | ||
addFunction ( string name, Pytocs.Syntax.Url url, DataType type ) : void | ||
addFunctions_beCareful ( DataType type ) : void | ||
addMethod ( string name, Pytocs.Syntax.Url url, DataType type ) : void | ||
addNoneFuncs ( ) : void | ||
addNumAttrs ( ) : void | ||
addNumFuncs ( ) : void | ||
addStrAttrs ( ) : void | ||
addStrFuncs ( ) : void | ||
addUnknownAttrs ( ) : void | ||
addUnknownFuncs ( ) : void | ||
createModuleType ( ) : void | ||
liburl ( ) : Pytocs.Syntax.Url | ||
liburl ( string anchor ) : Pytocs.Syntax.Url | ||
update ( string name, Pytocs.Syntax.Url url, DataType type, BindingKind kind ) : void |
protected NativeModule ( |
||
outer | ||
name | string | |
return | System |
protected addAttr ( string name, Pytocs.Syntax.Url url, DataType type ) : void | ||
name | string | |
url | Pytocs.Syntax.Url | |
type | DataType | |
return | void |
protected addAttributes_beCareful ( DataType type ) : void | ||
type | DataType | |
return | void |
protected addClass ( string name, Pytocs.Syntax.Url url, DataType type ) : void | ||
name | string | |
url | Pytocs.Syntax.Url | |
type | DataType | |
return | void |
protected addFunction ( string name, Pytocs.Syntax.Url url, DataType type ) : void | ||
name | string | |
url | Pytocs.Syntax.Url | |
type | DataType | |
return | void |
protected addFunctions_beCareful ( DataType type ) : void | ||
type | DataType | |
return | void |
protected addMethod ( string name, Pytocs.Syntax.Url url, DataType type ) : void | ||
name | string | |
url | Pytocs.Syntax.Url | |
type | DataType | |
return | void |
protected liburl ( string anchor ) : Pytocs.Syntax.Url | ||
anchor | string | |
return | Pytocs.Syntax.Url |
protected update ( string name, Pytocs.Syntax.Url url, DataType type, BindingKind kind ) : void | ||
name | string | |
url | Pytocs.Syntax.Url | |
type | DataType | |
kind | BindingKind | |
return | void |