Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Whiley/WhileyCompiler
/ getFirstOperand
Method
getFirstOperand
src/main/java/wyil/lang/WyilFile.java:2616–2616 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2614
*/
2615
public
interface
BinaryOperator extends Expr {
2616
public
Expr getFirstOperand();
2617
2618
public
Expr getSecondOperand();
2619
}
Callers
15
executeAssignArray
Method · 0.65
checkAssignedLVal
Method · 0.65
executeRecordUpdate
Method · 0.65
executeIntegerAddition
Method · 0.65
executeIntegerSubtraction
Method · 0.65
executeIntegerMultiplication
Method · 0.65
executeIntegerDivision
Method · 0.65
executeIntegerRemainder
Method · 0.65
executeIntegerExponent
Method · 0.65
executeEqual
Method · 0.65
executeNotEqual
Method · 0.65
executeIntegerLessThan
Method · 0.65
Implementers
15
LogicalImplication
src/main/java/wyil/lang/WyilFile.java
LogicalIff
src/main/java/wyil/lang/WyilFile.java
Equal
src/main/java/wyil/lang/WyilFile.java
NotEqual
src/main/java/wyil/lang/WyilFile.java
IntegerLessThan
src/main/java/wyil/lang/WyilFile.java
IntegerLessThanOrEqual
src/main/java/wyil/lang/WyilFile.java
IntegerGreaterThan
src/main/java/wyil/lang/WyilFile.java
IntegerGreaterThanOrEqual
src/main/java/wyil/lang/WyilFile.java
IntegerAddition
src/main/java/wyil/lang/WyilFile.java
IntegerSubtraction
src/main/java/wyil/lang/WyilFile.java
IntegerMultiplication
src/main/java/wyil/lang/WyilFile.java
IntegerDivision
src/main/java/wyil/lang/WyilFile.java
Calls
no outgoing calls
Tested by
no test coverage detected