|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ readers overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.anotherbigidea.flash.readers
Class ActionParser.ActionRecord

java.lang.Objectcom.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)
|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ readers overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.anotherbigidea.flash.readers.ActionParser.ActionRecord