Ruby: fix location in model editor query

This commit is contained in:
Harry Maclean
2023-12-07 14:07:32 +00:00
parent e6df264865
commit ec24b25c8b

View File

@@ -48,6 +48,8 @@ abstract class Endpoint instanceof AstNode {
string toString() { result = this.(AstNode).toString() }
Location getLocation() { result = this.(AstNode).getLocation() }
abstract string getType();
abstract string getName();