-
-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for override analysis #274
Comments
to get the first declaration of the method it would be something like:
|
should it be |
the implementation may reuse CtExecutableReference.isOverriding() |
We should talk where we put this method. I don't think we should put it in the AST but in a query space where we can put utility methods like this one. |
2 filters for this issue:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have a transformation that requires a method that gives the overridden method.
The text was updated successfully, but these errors were encountered: