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
The returned class is a Analysis, essentially it's the AST + expression to type map + all other misc: code . It's somewhat the "resolved AST" or "annotated AST".
AST is represented by class Statement. Here is one example of Statement class called Query .