mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Java: Rename UnaryExpr.getExpr to getOperand.
This commit is contained in:
@@ -49,7 +49,7 @@ predicate subCondition(Expr cond, Expr subcond, boolean negated) {
|
||||
or
|
||||
subCondition(cond.(OrLogicalExpr).getAnOperand(), subcond, negated)
|
||||
or
|
||||
subCondition(cond.(LogNotExpr).getExpr(), subcond, negated.booleanNot())
|
||||
subCondition(cond.(LogNotExpr).getOperand(), subcond, negated.booleanNot())
|
||||
}
|
||||
|
||||
from
|
||||
|
||||
Reference in New Issue
Block a user