mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
renamed "conditionalexpr" to "conditional_expr"
This commit is contained in:
@@ -849,7 +849,7 @@ class SeqExpr extends @seq_expr, Expr {
|
|||||||
* x == 0 ? 0 : 1/x
|
* x == 0 ? 0 : 1/x
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
class ConditionalExpr extends @conditionalexpr, Expr {
|
class ConditionalExpr extends @conditional_expr, Expr {
|
||||||
/** Gets the condition expression of this conditional. */
|
/** Gets the condition expression of this conditional. */
|
||||||
Expr getCondition() { result = getChildExpr(0) }
|
Expr getCondition() { result = getChildExpr(0) }
|
||||||
|
|
||||||
|
|||||||
@@ -247,7 +247,7 @@ case @expr.kind of
|
|||||||
| 8 = @obj_expr
|
| 8 = @obj_expr
|
||||||
| 9 = @function_expr
|
| 9 = @function_expr
|
||||||
| 10 = @seq_expr
|
| 10 = @seq_expr
|
||||||
| 11 = @conditionalexpr
|
| 11 = @conditional_expr
|
||||||
| 12 = @newexpr
|
| 12 = @newexpr
|
||||||
| 13 = @callexpr
|
| 13 = @callexpr
|
||||||
| 14 = @dotexpr
|
| 14 = @dotexpr
|
||||||
|
|||||||
@@ -234,7 +234,7 @@
|
|||||||
<v>2457</v>
|
<v>2457</v>
|
||||||
</e>
|
</e>
|
||||||
<e>
|
<e>
|
||||||
<k>@conditionalexpr</k>
|
<k>@conditional_expr</k>
|
||||||
<v>8111</v>
|
<v>8111</v>
|
||||||
</e>
|
</e>
|
||||||
<e>
|
<e>
|
||||||
|
|||||||
Reference in New Issue
Block a user