@awayfl/avm2
Version:
Virtual machine for executing AS3 code
38 lines • 817 B
TypeScript
export declare const enum CONSTANT {
Undefined = 0,
Utf8 = 1,
Float = 2,
Int = 3,
UInt = 4,
PrivateNs = 5,
Double = 6,
QName = 7,
Namespace = 8,
Multiname = 9,
False = 10,
True = 11,
Null = 12,
QNameA = 13,
MultinameA = 14,
RTQName = 15,
RTQNameA = 16,
RTQNameL = 17,
RTQNameLA = 18,
NameL = 19,
NameLA = 20,
NamespaceSet = 21,
PackageNamespace = 22,
PackageInternalNs = 23,
ProtectedNamespace = 24,
ExplicitNamespace = 25,
StaticProtectedNs = 26,
MultinameL = 27,
MultinameLA = 28,
TypeName = 29,
ClassSealed = 1,
ClassFinal = 2,
ClassInterface = 4,
ClassProtectedNs = 8
}
export declare function getCONSTANTName(constant: CONSTANT): string;
//# sourceMappingURL=CONSTANT.d.ts.map