mirror of
https://github.com/github/codeql.git
synced 2026-02-21 01:13:43 +01:00
AST: rename getVariable to getVariableExpr
This commit is contained in:
@@ -264,7 +264,7 @@ module Rescue {
|
||||
|
||||
final Expr getException(int n) { result = generated.getExceptions().getChild(n) }
|
||||
|
||||
final Expr getVariable() { result = generated.getVariable() }
|
||||
final Expr getVariableExpr() { result = generated.getVariable() }
|
||||
|
||||
final StmtSequence getBody() { result = generated.getBody() }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user