Class ClassModel.AttributePool.RealLocalVariableTableEntry
java.lang.Object
com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
com.aparapi.internal.model.ClassModel.AttributePool.PoolEntry<com.aparapi.internal.model.ClassModel.AttributePool.RealLocalVariableTableEntry.RealLocalVariableInfo>
com.aparapi.internal.model.ClassModel.AttributePool.RealLocalVariableTableEntry
- All Implemented Interfaces:
ClassModel.LocalVariableTableEntry<com.aparapi.internal.model.ClassModel.AttributePool.RealLocalVariableTableEntry.RealLocalVariableInfo>, Iterable<com.aparapi.internal.model.ClassModel.AttributePool.RealLocalVariableTableEntry.RealLocalVariableInfo>
- Enclosing class:
ClassModel.AttributePool
public class ClassModel.AttributePool.RealLocalVariableTableEntry
extends ClassModel.AttributePool.PoolEntry<com.aparapi.internal.model.ClassModel.AttributePool.RealLocalVariableTableEntry.RealLocalVariableInfo>
implements ClassModel.LocalVariableTableEntry<com.aparapi.internal.model.ClassModel.AttributePool.RealLocalVariableTableEntry.RealLocalVariableInfo>
- Author:
- gfrost
-
Field Summary
Fields inherited from class ClassModel.AttributePool.AttributePoolEntry
length, nameIndex -
Constructor Summary
ConstructorsConstructorDescriptionRealLocalVariableTableEntry(org.apache.bcel.classfile.LocalVariable[] locals, int _nameIndex, int _length) -
Method Summary
Modifier and TypeMethodDescriptioncom.aparapi.internal.model.ClassModel.AttributePool.RealLocalVariableTableEntry.RealLocalVariableInfogetVariable(int _pc, int _index) getVariableName(int _pc, int _index) 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, iterator, spliterator
-
Constructor Details
-
RealLocalVariableTableEntry
public RealLocalVariableTableEntry(org.apache.bcel.classfile.LocalVariable[] locals, int _nameIndex, int _length)
-
-
Method Details
-
getVariable
public com.aparapi.internal.model.ClassModel.AttributePool.RealLocalVariableTableEntry.RealLocalVariableInfo getVariable(int _pc, int _index) - Specified by:
getVariablein interfaceClassModel.LocalVariableTableEntry<com.aparapi.internal.model.ClassModel.AttributePool.RealLocalVariableTableEntry.RealLocalVariableInfo>
-
getVariableName
-