| Package | Description |
|---|---|
| flash.swf | |
| flash.swf.actions |
This package contains representations of AS2 byte codes.
|
| flash.swf.debug |
This package contains classes related to AS2 debug functionality.
|
| flash.swf.tools | |
| flash.swf.types |
This package contains mostly value objects for SWF tag data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.visit(ActionHandler h)
Subclasses implement this method to callback one of the methods in ActionHandler...
|
| Modifier and Type | Method and Description |
|---|---|
void |
With.visit(ActionHandler h) |
void |
WaitForFrame.visit(ActionHandler h) |
void |
Unknown.visit(ActionHandler handler) |
void |
Try.visit(ActionHandler h) |
void |
StrictMode.visit(ActionHandler h) |
void |
StoreRegister.visit(ActionHandler h) |
void |
SetTarget.visit(ActionHandler h) |
void |
Push.visit(ActionHandler h) |
void |
Label.visit(ActionHandler h) |
void |
GotoLabel.visit(ActionHandler h) |
void |
GotoFrame2.visit(ActionHandler h) |
void |
GotoFrame.visit(ActionHandler h) |
void |
GetURL2.visit(ActionHandler h) |
void |
GetURL.visit(ActionHandler h) |
void |
DefineFunction.visit(ActionHandler h) |
void |
ConstantPool.visit(ActionHandler h) |
void |
Branch.visit(ActionHandler h) |
| Modifier and Type | Method and Description |
|---|---|
void |
RegisterRecord.visit(ActionHandler h) |
void |
LineRecord.visit(ActionHandler h) |
| Modifier and Type | Class and Description |
|---|---|
class |
Disassembler
This utility supports printing AS2 byte codes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActionList
This class represents an array of AS2 byte codes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionList.visit(ActionHandler handler,
int startIndex,
int endIndex) |
void |
ActionList.visitAll(ActionHandler handler) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.