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 ClassModel.AttributePool.AttributePoolEntry
length, nameIndex -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ClassModel.AttributePool.PoolEntry
getPool, iteratorMethods inherited from class ClassModel.AttributePool.AttributePoolEntry
getAttributePool, getLength, getName, getNameIndexMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
ExceptionEntry
public ExceptionEntry(int[] _exceptionIndices, int _nameIndex, int _length)
-