Package com.aparapi.internal.model
Class ClassModel.AttributePool.CodeEntry
java.lang.Object
com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
com.aparapi.internal.model.ClassModel.AttributePool.CodeEntry
- Enclosing class:
ClassModel.AttributePool
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final byte[]
private final ClassModel.AttributePool
private final List
<ClassModel.AttributePool.CodeEntry.ExceptionPoolEntry> private final int
private final int
Fields inherited from class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
length, nameIndex
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
getLength, getName, getNameIndex
-
Field Details
-
exceptionPoolEntries
-
codeEntryAttributePool
-
code
private final byte[] code -
maxLocals
private final int maxLocals -
maxStack
private final int maxStack
-
-
Constructor Details
-
CodeEntry
public CodeEntry(org.apache.bcel.classfile.Code c)
-
-
Method Details
-
getAttributePool
- Overrides:
getAttributePool
in classClassModel.AttributePool.AttributePoolEntry
-
getMaxLocals
public int getMaxLocals() -
getMaxStack
public int getMaxStack() -
getCode
public byte[] getCode() -
getExceptionPoolEntries
-