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