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, getRawSize
public CodeReader(ClassReader.AttrIterator iter) throws InvalidClassFileException
InvalidClassFileException
public int getMaxStack()
public int getMaxLocals()
public int getBytecodeLength()
public byte[] getBytecode()
public int[] getRawHandlers()
public void initAttributeIterator(ClassReader.AttrIterator iter)
IllegalArgumentException
- if iter is null