Method | Description | |
---|---|---|
AssembleIfNecessary ( |
Method | Description | |
---|---|---|
AssembleMethod ( Method method ) : void | ||
GenerateClassInfo ( ) : byte[] | ||
GenerateMetadata ( |
||
GenerateMethodInfo ( ) : byte[] | ||
GenerateScriptInfo ( |
||
MultinameID ( |
Gets an ID for a multiname, ensuring that all other dependencies of the multiname are themselves registered with IDs.
|
|
NamespaceID ( |
Gets an ID for a namespace, ensuring that all other dependencies of the namespace are themselves registered with IDs.
|
|
NamespaceSetID ( NamespaceSet set ) : int |
Gets an ID for a namespace set, ensuring that all other dependencies of the namespace set are themselves registered with IDs.
|
|
ProcessClass ( AS3ClassDef clazz ) : void | ||
ProcessSlot ( |
||
ProcessTrait ( |
This is just for processing whilst rebuilding tables, it doesn't serialize anything.
|
|
ReBuildTables ( |
||
RegisterMultiname ( |
||
WriteConstantPool ( ABCDataTypeWriter writer, |
Writes out the constants to the SWF file. This will also re-set the tables in the code object, so be sure you don't have anything in there that you need.
|
|
WriteMethodBodies ( ABCDataTypeWriter writer ) : void | ||
WriteTraitInfo ( ABCDataTypeWriter writer, |
public AssembleIfNecessary ( |
||
codeTag | ||
insertDebugCodes | bool | |
mainClassName | string | |
writeLog | ||
return | void |