public final class CodeReader extends AttributeReader
attr, cr, length| Constructor and Description |
|---|
CodeReader(ClassReader.AttrIterator iter) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytecode() |
int |
getBytecodeLength() |
int |
getMaxLocals() |
int |
getMaxStack() |
int[] |
getRawHandlers() |
void |
initAttributeIterator(ClassReader.AttrIterator iter)
Point iter at the list of attributes for this code.
|
checkSize, checkSizeEquals, getClassReader, getRawOffset, getRawSizepublic CodeReader(ClassReader.AttrIterator iter) throws InvalidClassFileException
InvalidClassFileExceptionpublic int getMaxStack()
public int getMaxLocals()
public int getBytecodeLength()
public byte[] getBytecode()
public int[] getRawHandlers()
public void initAttributeIterator(ClassReader.AttrIterator iter)
java.lang.IllegalArgumentException - if iter is null