Package com.aparapi.internal.model
Class ClassModel.AttributePool.EnclosingMethodEntry
- java.lang.Object
-
- com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
-
- com.aparapi.internal.model.ClassModel.AttributePool.EnclosingMethodEntry
-
- Enclosing class:
- ClassModel.AttributePool
public class ClassModel.AttributePool.EnclosingMethodEntry extends ClassModel.AttributePool.AttributePoolEntry
-
-
Field Summary
Fields Modifier and Type Field Description private int
enclosingClassIndex
private int
enclosingMethodIndex
-
Fields inherited from class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
length, nameIndex
-
-
Constructor Summary
Constructors Constructor Description EnclosingMethodEntry(int _enclosingClassIndex, int _enclosingMethodIndex, int _nameIndex, int _length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getClassIndex()
int
getMethodIndex()
-
Methods inherited from class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
getAttributePool, getLength, getName, getNameIndex
-
-