|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.android.dx.cf.cst.ConstantPoolParser
public final class ConstantPoolParser
Parser for a constant pool embedded in a class file.
| Constructor Summary | |
|---|---|
ConstantPoolParser(ByteArray bytes)
Constructs an instance. |
|
| Method Summary | |
|---|---|
int |
getEndOffset()
Gets the end offset of this constant pool in the byte[]
which it came from. |
StdConstantPool |
getPool()
Gets the actual constant pool. |
void |
setObserver(ParseObserver observer)
Sets the parse observer for this instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConstantPoolParser(ByteArray bytes)
bytes - non-null; the bytes of the file| Method Detail |
|---|
public void setObserver(ParseObserver observer)
observer - null-ok; the observerpublic int getEndOffset()
byte[]
which it came from.
>= 10; the end offsetpublic StdConstantPool getPool()
non-null; the constant pool
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||