public static class InstructionSet.FieldArrayElementIncrement extends Instruction
Modifier and Type | Field and Description |
---|---|
private InstructionSet.AssignToArrayElement |
assignToArrayElement |
private boolean |
isInc |
private boolean |
isPre |
method, pc
Constructor and Description |
---|
FieldArrayElementIncrement(MethodModel method,
InstructionSet.AssignToArrayElement _assignToArrayElement,
boolean _isInc,
boolean _isPre) |
Modifier and Type | Method and Description |
---|---|
InstructionSet.AssignToArrayElement |
getAssignToArrayElement() |
java.lang.String |
getDescription() |
boolean |
isInc() |
boolean |
isPre() |
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
private final InstructionSet.AssignToArrayElement assignToArrayElement
private final boolean isPre
private final boolean isInc
public FieldArrayElementIncrement(MethodModel method, InstructionSet.AssignToArrayElement _assignToArrayElement, boolean _isInc, boolean _isPre)
public java.lang.String getDescription()
getDescription
in class Instruction
public InstructionSet.AssignToArrayElement getAssignToArrayElement()
public boolean isPre()
public boolean isInc()