Package com.aparapi.internal.instruction
Class InstructionSet.LocalVariableConstIndexStore
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.LocalVariableConstIndexStore
- All Implemented Interfaces:
InstructionSet.AccessLocalVariable
,InstructionSet.AssignToLocalVariable
,InstructionSet.LocalVariableTableIndexAccessor
- Direct Known Subclasses:
InstructionSet.I_ASTORE_0
,InstructionSet.I_ASTORE_1
,InstructionSet.I_ASTORE_2
,InstructionSet.I_ASTORE_3
,InstructionSet.I_DSTORE_0
,InstructionSet.I_DSTORE_1
,InstructionSet.I_DSTORE_2
,InstructionSet.I_DSTORE_3
,InstructionSet.I_FSTORE_0
,InstructionSet.I_FSTORE_1
,InstructionSet.I_FSTORE_2
,InstructionSet.I_FSTORE_3
,InstructionSet.I_ISTORE_0
,InstructionSet.I_ISTORE_1
,InstructionSet.I_ISTORE_2
,InstructionSet.I_ISTORE_3
,InstructionSet.I_LSTORE_0
,InstructionSet.I_LSTORE_1
,InstructionSet.I_LSTORE_2
,InstructionSet.I_LSTORE_3
- Enclosing class:
InstructionSet
public abstract static class InstructionSet.LocalVariableConstIndexStore
extends InstructionSet.LocalVariableConstIndexAccessor
implements InstructionSet.AssignToLocalVariable
-
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
ConstructorsConstructorDescriptionLocalVariableConstIndexStore
(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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.aparapi.internal.instruction.InstructionSet.LocalVariableTableIndexAccessor
getLocalVariableInfo, getLocalVariableTableIndex
-
Constructor Details
-
LocalVariableConstIndexStore
public LocalVariableConstIndexStore(MethodModel methodPoolEntry, InstructionSet.ByteCode byteCode, ByteReader byteReader, boolean _wide, int index)
-
-
Method Details
-
isDeclaration
public boolean isDeclaration()- Specified by:
isDeclaration
in interfaceInstructionSet.AssignToLocalVariable
-
getDescription
- Specified by:
getDescription
in classInstruction
-