public final class BranchOperand extends Operand
Operand
Modifier and Type | Field and Description |
---|---|
Instruction |
target
Target of this branch.
|
instruction
Constructor and Description |
---|
BranchOperand(Instruction targ)
Construct a new branch operand with the given target.
|
Modifier and Type | Method and Description |
---|---|
Operand |
copy()
Returns a copy of this branch operand.
|
boolean |
similar(Operand op)
Are two operands semantically equivalent?
|
String |
toString()
Returns the string representation of this operand.
|
asAddressConstant, asBlock, asBranch, asClassConstant, asCondition, asDoubleConstant, asFloatConstant, asIntConstant, asLocation, asLongConstant, asMemory, asMethod, asNullConstant, asObjectConstant, asRegister, asStackLocation, asStringConstant, asTIBConstant, asType, conservativelyApproximates, getIndexInInstruction, getType, isAddress, isAddressConstant, isBlock, isBranch, isClassConstant, isConstant, isDefinitelyNull, isDouble, isDoubleConstant, isFloat, isFloatConstant, isInt, isIntConstant, isIntLike, isLocation, isLong, isLongConstant, isMemory, isMethod, isMovableObjectConstant, isNullConstant, isObjectConstant, isRef, isRegister, isStackLocation, isStringConstant, isTIBConstant, isTrueGuard, isType, meet
public Instruction target
public BranchOperand(Instruction targ)
targ
- target of branch