You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not quite sure how to parse the methods belonging to a specific class?
For example, if I have 2 classes in my java file (ClassA and ClassB) and each class has their own separate methods (method1, method2 for ClassA & method3 and method4 for ClassB), I want to be able to make each method to their respective class.
Using ClassDeclaration and MethodDeclaration returns all classes and methods, and doesnt seem to have the link between classes and their methods.
Cheers!
The text was updated successfully, but these errors were encountered:
I'm not quite sure how to parse the methods belonging to a specific class?
For example, if I have 2 classes in my java file (ClassA and ClassB) and each class has their own separate methods (method1, method2 for ClassA & method3 and method4 for ClassB), I want to be able to make each method to their respective class.
Using ClassDeclaration and MethodDeclaration returns all classes and methods, and doesnt seem to have the link between classes and their methods.
Cheers!
The text was updated successfully, but these errors were encountered: