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

Method getOperand1

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

@return the first operand.

()

Source from the content-addressed store, hash-verified

44 * @return the first operand.
45 */
46 Var getOperand1();
47
48 /**
49 * @return the second operand.

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