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
Constructors Constructor Description LocalVariableConstIndexAccessor(MethodModel methodPoolEntry, InstructionSet.ByteCode byteCode, ByteReader byteReader, boolean _wide, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassModel.LocalVariableInfo
getLocalVariableInfo()
int
getLocalVariableTableIndex()
-
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 Detail
-
LocalVariableConstIndexAccessor
public LocalVariableConstIndexAccessor(MethodModel methodPoolEntry, InstructionSet.ByteCode byteCode, ByteReader byteReader, boolean _wide, int index)
-
-
Method Detail
-
getLocalVariableTableIndex
public int getLocalVariableTableIndex()
- Specified by:
getLocalVariableTableIndex
in interfaceInstructionSet.LocalVariableTableIndexAccessor
-
getLocalVariableInfo
public ClassModel.LocalVariableInfo getLocalVariableInfo()
- Specified by:
getLocalVariableInfo
in interfaceInstructionSet.LocalVariableTableIndexAccessor
-
-