Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.anotherbigidea.flash.readers
Class ActionParser.ActionRecord  view ActionParser.ActionRecord download ActionParser.ActionRecord.java

java.lang.Object
  extended bycom.anotherbigidea.flash.readers.ActionParser.ActionRecord
Enclosing class:
ActionParser

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


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

Field Detail

offset

public int offset

code

public int code

label

public java.lang.String label

jumpLabel

public java.lang.String jumpLabel

data

public byte[] data

blockDepth

public int blockDepth
Constructor Detail

ActionParser.ActionRecord

protected ActionParser.ActionRecord(int offset,
                                    int code,
                                    byte[] data)