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
-
Constructor Summary
ConstructorDescriptionEnclosingMethodEntry
(int _enclosingClassIndex, int _enclosingMethodIndex, int _nameIndex, int _length) -
Method Summary
Methods inherited from class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
getAttributePool, getLength, getName, getNameIndex
-
Constructor Details
-
EnclosingMethodEntry
public EnclosingMethodEntry(int _enclosingClassIndex, int _enclosingMethodIndex, int _nameIndex, int _length)
-
-
Method Details
-
getClassIndex
public int getClassIndex() -
getMethodIndex
public int getMethodIndex()
-