public static class InstructionSet.CompositeInstruction extends Instruction
Modifier and Type | Field and Description |
---|---|
protected BranchSet |
branchSet |
method, pc
Constructor and Description |
---|
CompositeInstruction(MethodModel method,
InstructionSet.ByteCode _byteCode,
Instruction _firstChild,
Instruction _lastChild,
BranchSet _branchSet) |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.CompositeInstruction |
create(InstructionSet.ByteCode _byteCode,
MethodModel _methodModel,
Instruction _firstChild,
Instruction _lastChild,
BranchSet _branchSet) |
BranchSet |
getBranchSet() |
java.lang.String |
getDescription() |
int |
getStartPC() |
int |
getThisPC() |
addBranchTarget, asBranch, compareTo, consumesStack, getByteCode, getFirstChild, getForwardConditionalBranches, getForwardUnconditionalBranches, getLastChild, getLength, getMethod, getNextExpr, getNextPC, getParentExpr, getPrevExpr, getPrevPC, getReal, getReverseConditionalBranches, getReverseUnconditionalBranches, getRootExpr, getStackConsumeCount, getStackDelta, getStackProduceCount, getStartInstruction, 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
protected BranchSet branchSet
public CompositeInstruction(MethodModel method, InstructionSet.ByteCode _byteCode, Instruction _firstChild, Instruction _lastChild, BranchSet _branchSet)
public java.lang.String getDescription()
getDescription
in class Instruction
public int getThisPC()
getThisPC
in class Instruction
public int getStartPC()
getStartPC
in class Instruction
public static InstructionSet.CompositeInstruction create(InstructionSet.ByteCode _byteCode, MethodModel _methodModel, Instruction _firstChild, Instruction _lastChild, BranchSet _branchSet)
public BranchSet getBranchSet()