Package com.aparapi.internal.model
Class ClassModel.AttributePool.LocalVariableTypeTableEntry
- java.lang.Object
-
- com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
-
- com.aparapi.internal.model.ClassModel.AttributePool.LocalVariableTypeTableEntry
-
- Enclosing class:
- ClassModel.AttributePool
public class ClassModel.AttributePool.LocalVariableTypeTableEntry 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 LocalVariableTypeTableEntry(byte[] _bytes, int _nameIndex, int _length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getBytes()
java.lang.String
toString()
-
Methods inherited from class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
getAttributePool, getLength, getName, getNameIndex
-
-