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
public class ClassModel.AttributePool.CodeEntry extends ClassModel.AttributePool.AttributePoolEntry
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ClassModel.AttributePool.CodeEntry.ExceptionPoolEntry
-
Field Summary
Fields Modifier and Type Field Description private byte[]
code
private ClassModel.AttributePool
codeEntryAttributePool
private java.util.List<ClassModel.AttributePool.CodeEntry.ExceptionPoolEntry>
exceptionPoolEntries
private int
maxLocals
private int
maxStack
-
Fields inherited from class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
length, nameIndex
-
-
Constructor Summary
Constructors Constructor Description CodeEntry(org.apache.bcel.classfile.Code c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassModel.AttributePool
getAttributePool()
byte[]
getCode()
java.util.List<ClassModel.AttributePool.CodeEntry.ExceptionPoolEntry>
getExceptionPoolEntries()
int
getMaxLocals()
int
getMaxStack()
-
Methods inherited from class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
getLength, getName, getNameIndex
-
-
-
-
Field Detail
-
exceptionPoolEntries
private final java.util.List<ClassModel.AttributePool.CodeEntry.ExceptionPoolEntry> exceptionPoolEntries
-
codeEntryAttributePool
private final ClassModel.AttributePool codeEntryAttributePool
-
code
private final byte[] code
-
maxLocals
private final int maxLocals
-
maxStack
private final int maxStack
-
-
Method Detail
-
getAttributePool
public ClassModel.AttributePool getAttributePool()
- Overrides:
getAttributePool
in classClassModel.AttributePool.AttributePoolEntry
-
getMaxLocals
public int getMaxLocals()
-
getMaxStack
public int getMaxStack()
-
getCode
public byte[] getCode()
-
getExceptionPoolEntries
public java.util.List<ClassModel.AttributePool.CodeEntry.ExceptionPoolEntry> getExceptionPoolEntries()
-
-