Package com.aparapi.internal.model
Class ClassModel.AttributePool.ExceptionEntry
java.lang.Object
com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
com.aparapi.internal.model.ClassModel.AttributePool.PoolEntry<Integer>
com.aparapi.internal.model.ClassModel.AttributePool.ExceptionEntry
- Enclosing class:
ClassModel.AttributePool
public class ClassModel.AttributePool.ExceptionEntry
extends ClassModel.AttributePool.PoolEntry<Integer>
-
Field Summary
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.PoolEntry
getPool, iteratorMethods inherited from class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
getAttributePool, getLength, getName, getNameIndexMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ExceptionEntry
public ExceptionEntry(int[] _exceptionIndices, int _nameIndex, int _length)
-