Package com.aparapi.internal.instruction
Class InstructionSet.LocalVariableConstIndexLoad
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
com.aparapi.internal.instruction.InstructionSet.LocalVariableConstIndexLoad
- All Implemented Interfaces:
InstructionSet.AccessLocalVariable
,InstructionSet.LocalVariableTableIndexAccessor
- Direct Known Subclasses:
InstructionSet.I_ALOAD_0
,InstructionSet.I_ALOAD_1
,InstructionSet.I_ALOAD_2
,InstructionSet.I_ALOAD_3
,InstructionSet.I_DLOAD_0
,InstructionSet.I_DLOAD_1
,InstructionSet.I_DLOAD_2
,InstructionSet.I_DLOAD_3
,InstructionSet.I_FLOAD_0
,InstructionSet.I_FLOAD_1
,InstructionSet.I_FLOAD_2
,InstructionSet.I_FLOAD_3
,InstructionSet.I_ILOAD_0
,InstructionSet.I_ILOAD_1
,InstructionSet.I_ILOAD_2
,InstructionSet.I_ILOAD_3
,InstructionSet.I_LLOAD_0
,InstructionSet.I_LLOAD_1
,InstructionSet.I_LLOAD_2
,InstructionSet.I_LLOAD_3
- Enclosing class:
InstructionSet
public abstract static class InstructionSet.LocalVariableConstIndexLoad
extends InstructionSet.LocalVariableConstIndexAccessor
-
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
ConstructorsConstructorDescriptionLocalVariableConstIndexLoad
(MethodModel methodPoolEntry, InstructionSet.ByteCode byteCode, ByteReader byteReader, boolean _wide, int index) -
Method Summary
Methods inherited from class com.aparapi.internal.instruction.InstructionSet.LocalVariableConstIndexAccessor
getLocalVariableInfo, getLocalVariableTableIndex
Methods inherited from class com.aparapi.internal.instruction.Instruction
addBranchTarget, asBranch, compareTo, consumesStack, getByteCode, 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
-
LocalVariableConstIndexLoad
public LocalVariableConstIndexLoad(MethodModel methodPoolEntry, InstructionSet.ByteCode byteCode, ByteReader byteReader, boolean _wide, int index)
-
-
Method Details
-
getDescription
- Specified by:
getDescription
in classInstruction
-