pt.tumba.parser.swf
Class ActionParser.ActionRecord

java.lang.Object
  extended by pt.tumba.parser.swf.ActionParser.ActionRecord
Enclosing class:
ActionParser

protected static class ActionParser.ActionRecord
extends java.lang.Object

Description of the Class

Author:
unknown

Field Summary
 int blockDepth
          Description of the Field
 int code
          Description of the Field
 byte[] data
          Description of the Field
 java.lang.String jumpLabel
          Description of the Field
 java.lang.String label
          Description of the Field
 int offset
          Description of the Field
 
Constructor Summary
protected ActionParser.ActionRecord(int offset, int code, byte[] data)
          Constructor for the ActionRecord object
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

offset

public int offset
Description of the Field


code

public int code
Description of the Field


label

public java.lang.String label
Description of the Field


jumpLabel

public java.lang.String jumpLabel
Description of the Field


data

public byte[] data
Description of the Field


blockDepth

public int blockDepth
Description of the Field

Constructor Detail

ActionParser.ActionRecord

protected ActionParser.ActionRecord(int offset,
                                    int code,
                                    byte[] data)
Constructor for the ActionRecord object

Parameters:
offset - Description of the Parameter
code - Description of the Parameter
data - Description of the Parameter