-
Notifications
You must be signed in to change notification settings - Fork 78
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
I'm not getting the root node to get the AST. Do I need to manually print the AST ?? #95
Comments
Hi @panky1998 , you should be able to call The interface is in ASGElement.java Best |
An arbitrary example for such a call would be this line. |
Hi @uwol ,
I'm getting output as Compilation unit => [1198] Regards, |
Hi @panky1998 , this is correct, those are the ANTLR ParserRuleContext elements. In Eclipse debugger you can introspect them. You can use them to navigate to children, to the parent element etc. For this the normal ANTLR documentation applies, nothing COBOL- or ProLeap-specific. Best |
Since I'm trying to get the AST elements . I'm unable to get them. If you have any suggestions please help!
The text was updated successfully, but these errors were encountered: