public static class InstructionSet.FieldArrayElementAssign extends Instruction
Modifier and Type | Field and Description |
---|---|
private InstructionSet.AssignToArrayElement |
assignToArrayElement |
private Instruction |
rhs |
method, pc
Constructor and Description |
---|
FieldArrayElementAssign(MethodModel method,
InstructionSet.AssignToArrayElement _assignToArrayElement,
Instruction _rhs) |
Modifier and Type | Method and Description |
---|---|
InstructionSet.AssignToArrayElement |
getAssignToArrayElement() |
java.lang.String |
getDescription() |
Instruction |
getRhs() |
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 Instruction rhs
public FieldArrayElementAssign(MethodModel method, InstructionSet.AssignToArrayElement _assignToArrayElement, Instruction _rhs)
public java.lang.String getDescription()
getDescription
in class Instruction
public InstructionSet.AssignToArrayElement getAssignToArrayElement()
public Instruction getRhs()