public static class InstructionSet.I_IINC extends InstructionSet.Index08
Modifier and Type | Field and Description |
---|---|
private int |
delta |
private boolean |
wide |
index
method, pc
Constructor and Description |
---|
I_IINC(MethodModel _methodPoolEntry,
ByteReader _byteReader,
boolean _wide) |
Modifier and Type | Method and Description |
---|---|
int |
getAdjust() |
int |
getDelta() |
java.lang.String |
getDescription() |
ClassModel.LocalVariableInfo |
getLocalVariableInfo() |
int |
getLocalVariableTableIndex() |
boolean |
isInc() |
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
public I_IINC(MethodModel _methodPoolEntry, ByteReader _byteReader, boolean _wide)
public java.lang.String getDescription()
getDescription
in class Instruction
public ClassModel.LocalVariableInfo getLocalVariableInfo()
public int getLocalVariableTableIndex()
public int getDelta()
public boolean isInc()
public int getAdjust()