Sha256: 36967553ab04269f5cb0f551512907ea4b335824f342877ac5b412b070d658ea
Contents?: true
Size: 1.04 KB
Versions: 1
Compression:
Stored size: 1.04 KB
Contents
// @ts-check const CommandType = /** @type {const} */ ({ Value: 0, LoadLibrary: 1, InvokeStaticMethod: 2, GetStaticField: 3, SetStaticField: 4, CreateClassInstance: 5, GetType: 6, Reference: 7, GetModule: 8, InvokeInstanceMethod: 9, Exception: 10, HeartBeat: 11, Cast: 12, GetInstanceField: 13, Optimize: 14, GenerateLib: 15, InvokeGlobalMethod: 16, DestructReference: 17, ArrayReference: 18, ArrayGetItem: 19, ArrayGetSize: 20, ArrayGetRank: 21, ArraySetItem: 22, Array: 23, RetrieveArray: 24, SetInstanceField: 25, InvokeGenericStaticMethod: 26, InvokeGenericMethod: 27, GetEnumItem: 28, GetEnumName: 29, GetEnumValue: 30, AsRef: 31, AsOut: 32, GetRefValue: 33, EnableNamespace: 34, EnableType: 35, CreateNull: 36, GetStaticMethodAsDelegate: 37, GetInstanceMethodAsDelegate: 38, PassDelegate: 39, InvokeDelegate: 40, ConvertType: 41, InvokeStandaloneMethod: 42, }) module.exports = CommandType
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
javonet-ruby-sdk-2.5.10 | lib/javonet-ruby-sdk/Binaries/Nodejs/lib/utils/CommandType.js |