Package com.aparapi.internal.model
Class ClassModel.AttributePool.StackMapTableEntry
- java.lang.Object
-
- com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
-
- com.aparapi.internal.model.ClassModel.AttributePool.StackMapTableEntry
-
- Enclosing class:
- ClassModel.AttributePool
class ClassModel.AttributePool.StackMapTableEntry extends ClassModel.AttributePool.AttributePoolEntry
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
bytes
-
Fields inherited from class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
length, nameIndex
-
-
Constructor Summary
Constructors Constructor Description StackMapTableEntry(byte[] _bytes, int _nameIndex, int _length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) byte[]
getBytes()
java.lang.String
toString()
-
Methods inherited from class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
getAttributePool, getLength, getName, getNameIndex
-
-