public abstract static class InstructionSet.LocalVariableConstIndexStore extends InstructionSet.LocalVariableConstIndexAccessor implements InstructionSet.AssignToLocalVariable
index
method, pc
Constructor and Description |
---|
LocalVariableConstIndexStore(MethodModel methodPoolEntry,
InstructionSet.ByteCode byteCode,
ByteReader byteReader,
boolean _wide,
int index) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
boolean |
isDeclaration() |
getLocalVariableInfo, getLocalVariableTableIndex
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getLocalVariableInfo, getLocalVariableTableIndex
public LocalVariableConstIndexStore(MethodModel methodPoolEntry, InstructionSet.ByteCode byteCode, ByteReader byteReader, boolean _wide, int index)
public boolean isDeclaration()
isDeclaration
in interface InstructionSet.AssignToLocalVariable
public java.lang.String getDescription()
getDescription
in class Instruction