public class ClassModel.AttributePool.CodeEntry extends ClassModel.AttributePool.AttributePoolEntry
Modifier and Type | Class and Description |
---|---|
class |
ClassModel.AttributePool.CodeEntry.ExceptionPoolEntry |
Constructor and Description |
---|
ClassModel.AttributePool.CodeEntry(ByteReader _byteReader,
int _nameIndex,
int _length) |
Modifier and Type | Method and Description |
---|---|
ClassModel.AttributePool |
getAttributePool() |
byte[] |
getCode() |
java.util.List<ClassModel.AttributePool.CodeEntry.ExceptionPoolEntry> |
getExceptionPoolEntries() |
ClassModel.AttributePool.LineNumberTableEntry |
getLineNumberTableEntry() |
int |
getMaxLocals() |
int |
getMaxStack() |
getLength, getName, getNameIndex
public ClassModel.AttributePool.CodeEntry(ByteReader _byteReader, int _nameIndex, int _length)
public ClassModel.AttributePool getAttributePool()
getAttributePool
in class ClassModel.AttributePool.AttributePoolEntry
public ClassModel.AttributePool.LineNumberTableEntry getLineNumberTableEntry()
public int getMaxLocals()
public int getMaxStack()
public byte[] getCode()
public java.util.List<ClassModel.AttributePool.CodeEntry.ExceptionPoolEntry> getExceptionPoolEntries()