Skip to content

Wonkey types declinfo

wonkey:wonkey.types.DeclInfo

Class DeclInfo Extends Void#

Runtime declaration information.

Properties
Gettable True if Get can be used with this declaration. (read only)
Invokable True if Invoke can be used with this declaration. (read only)
Kind Declaration kind. (read only)
Name Declaration name. (read only)
Settable True if Set can be used with this declaration. (read only)
Type Declaration type. (read only)
Methods
Get Gets field, property or global value.
GetMetaKeys Gets meta data keys.
GetMetaValue Gets meta data value for a key.
Invoke Invokes method or function.
Set Sets field, property or global value.
To Gets string representation of decl.