Package com.aparapi.internal.instruction
Class InstructionSet.LocalVariableConstIndexAccessor
java.lang.Object
com.aparapi.internal.instruction.Instruction
com.aparapi.internal.instruction.InstructionSet.Index
com.aparapi.internal.instruction.InstructionSet.IndexConst
com.aparapi.internal.instruction.InstructionSet.LocalVariableConstIndexAccessor
- All Implemented Interfaces:
InstructionSet.AccessLocalVariable
,InstructionSet.LocalVariableTableIndexAccessor
- Direct Known Subclasses:
InstructionSet.LocalVariableConstIndexLoad
,InstructionSet.LocalVariableConstIndexStore
- Enclosing class:
InstructionSet
public abstract static class InstructionSet.LocalVariableConstIndexAccessor
extends InstructionSet.IndexConst
implements InstructionSet.AccessLocalVariable
-
Field Summary
Fields inherited from class com.aparapi.internal.instruction.InstructionSet.Index
index
Fields inherited from class com.aparapi.internal.instruction.Instruction
method, pc
-
Constructor Summary
ConstructorsConstructorDescriptionLocalVariableConstIndexAccessor
(MethodModel methodPoolEntry, InstructionSet.ByteCode byteCode, ByteReader byteReader, boolean _wide, int index) -
Method Summary
Modifier and TypeMethodDescriptionint
Methods inherited from class com.aparapi.internal.instruction.Instruction
addBranchTarget, asBranch, compareTo, consumesStack, getByteCode, getDescription, getFirstChild, getForwardConditionalBranches, getForwardUnconditionalBranches, getLastChild, getLength, getMethod, getNextExpr, getNextPC, getParentExpr, getPrevExpr, getPrevPC, getReal, getReverseConditionalBranches, getReverseUnconditionalBranches, getRootExpr, getStackConsumeCount, getStackDelta, getStackProduceCount, getStartInstruction, getStartPC, getThisPC, isAfter, isAfterOrEqual, isBefore, isBeforeOrEqual, isBranch, isBranchTarget, isConditionalBranchTarget, isForwardBranch, isForwardBranchTarget, isForwardConditionalBranchTarget, isForwardUnconditionalBranchTarget, isReverseBranchTarget, isReverseConditionalBranchTarget, isReverseUnconditionalBranchTarget, isUnconditionalBranchTarget, producesStack, removeBranchTarget, sameAs, setChildren, setLength, setNextExpr, setNextPC, setParentExpr, setPrevExpr, setPrevPC, toInstruction, toString
-
Constructor Details
-
LocalVariableConstIndexAccessor
public LocalVariableConstIndexAccessor(MethodModel methodPoolEntry, InstructionSet.ByteCode byteCode, ByteReader byteReader, boolean _wide, int index)
-
-
Method Details
-
getLocalVariableTableIndex
public int getLocalVariableTableIndex()- Specified by:
getLocalVariableTableIndex
in interfaceInstructionSet.LocalVariableTableIndexAccessor
-
getLocalVariableInfo
- Specified by:
getLocalVariableInfo
in interfaceInstructionSet.LocalVariableTableIndexAccessor
-