MCPcopy Create free account
hub / github.com/LFYSec/MScan / getOperand2

Method getOperand2

src/main/java/pascal/taie/ir/exp/BinaryExp.java:51–51  ·  view source on GitHub ↗

@return the second operand.

()

Source from the content-addressed store, hash-verified

49 * @return the second operand.
50 */
51 Var getOperand2();
52
53 @Override
54 PrimitiveType getType();

Callers 6

visitMethod · 0.65
evaluateMethod · 0.65
transferEdgeMethod · 0.65
equalsMethod · 0.65
hashCodeMethod · 0.65

Implementers 1

AbstractBinaryExpsrc/main/java/pascal/taie/ir/exp/Abstr

Calls

no outgoing calls

Tested by

no test coverage detected