Package com.aparapi.internal.instruction
Class InstructionSet.LocalVariableIndex08Accessor
- java.lang.Object
-
- com.aparapi.internal.instruction.Instruction
-
- com.aparapi.internal.instruction.InstructionSet.Index
-
- com.aparapi.internal.instruction.InstructionSet.Index08
-
- com.aparapi.internal.instruction.InstructionSet.LocalVariableIndex08Accessor
-
- All Implemented Interfaces:
InstructionSet.AccessLocalVariable
,InstructionSet.LocalVariableTableIndexAccessor
- Direct Known Subclasses:
InstructionSet.LocalVariableIndex08Load
,InstructionSet.LocalVariableIndex08Store
- Enclosing class:
- InstructionSet
public abstract static class InstructionSet.LocalVariableIndex08Accessor extends InstructionSet.Index08 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 LocalVariableIndex08Accessor(MethodModel methodPoolEntry, InstructionSet.ByteCode byteCode, ByteReader byteReader, boolean _wide)
-
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
-
LocalVariableIndex08Accessor
public LocalVariableIndex08Accessor(MethodModel methodPoolEntry, InstructionSet.ByteCode byteCode, ByteReader byteReader, boolean _wide)
-
-
Method Detail
-
getLocalVariableTableIndex
public int getLocalVariableTableIndex()
- Specified by:
getLocalVariableTableIndex
in interfaceInstructionSet.LocalVariableTableIndexAccessor
-
getLocalVariableInfo
public ClassModel.LocalVariableInfo getLocalVariableInfo()
- Specified by:
getLocalVariableInfo
in interfaceInstructionSet.LocalVariableTableIndexAccessor
-
-