public class ClassModel.AttributePool.CodeEntry extends ClassModel.AttributePool.AttributePoolEntry
Modifier and Type | Class and Description |
---|---|
class |
ClassModel.AttributePool.CodeEntry.ExceptionPoolEntry |
Modifier and Type | Field and Description |
---|---|
private byte[] |
code |
private ClassModel.AttributePool |
codeEntryAttributePool |
private java.util.List<ClassModel.AttributePool.CodeEntry.ExceptionPoolEntry> |
exceptionPoolEntries |
private int |
maxLocals |
private int |
maxStack |
length, nameIndex
Constructor and Description |
---|
CodeEntry(org.apache.bcel.classfile.Code c) |
Modifier and Type | Method and Description |
---|---|
ClassModel.AttributePool |
getAttributePool() |
byte[] |
getCode() |
java.util.List<ClassModel.AttributePool.CodeEntry.ExceptionPoolEntry> |
getExceptionPoolEntries() |
int |
getMaxLocals() |
int |
getMaxStack() |
getLength, getName, getNameIndex
private final java.util.List<ClassModel.AttributePool.CodeEntry.ExceptionPoolEntry> exceptionPoolEntries
private final ClassModel.AttributePool codeEntryAttributePool
private final byte[] code
private final int maxLocals
private final int maxStack
public ClassModel.AttributePool getAttributePool()
getAttributePool
in class ClassModel.AttributePool.AttributePoolEntry
public int getMaxLocals()
public int getMaxStack()
public byte[] getCode()
public java.util.List<ClassModel.AttributePool.CodeEntry.ExceptionPoolEntry> getExceptionPoolEntries()