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
ConstructorsConstructorDescriptionLocalVariableIndex08Accessor
(MethodModel methodPoolEntry, InstructionSet.ByteCode byteCode, ByteReader byteReader, boolean _wide) -
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
-
LocalVariableIndex08Accessor
public LocalVariableIndex08Accessor(MethodModel methodPoolEntry, InstructionSet.ByteCode byteCode, ByteReader byteReader, boolean _wide)
-
-
Method Details
-
getLocalVariableTableIndex
public int getLocalVariableTableIndex()- Specified by:
getLocalVariableTableIndex
in interfaceInstructionSet.LocalVariableTableIndexAccessor
-
getLocalVariableInfo
- Specified by:
getLocalVariableInfo
in interfaceInstructionSet.LocalVariableTableIndexAccessor
-