We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6df264 commit ec24b25Copy full SHA for ec24b25
ruby/ql/src/utils/modeleditor/ModelEditor.qll
@@ -48,6 +48,8 @@ abstract class Endpoint instanceof AstNode {
48
49
string toString() { result = this.(AstNode).toString() }
50
51
+ Location getLocation() { result = this.(AstNode).getLocation() }
52
+
53
abstract string getType();
54
55
abstract string getName();
0 commit comments