MCPcopy Create free account
hub / github.com/apache/groovy / getAST

Method getAST

src/main/java/org/codehaus/groovy/control/SourceUnit.java:131–133  ·  view source on GitHub ↗

Returns the Abstract Syntax Tree produced during convert()ing and expanded during later phases.

()

Source from the content-addressed store, hash-verified

129 * and expanded during later phases.
130 */
131 public ModuleNode getAST() {
132 return this.ast;
133 }
134
135 /**
136 * Convenience routine, primarily for use by the InteractiveShell,

Callers 15

parseGroovyMethod · 0.95
getASTMethod · 0.95
doParseClassMethod · 0.95
adjustSuperClassMethod · 0.95
createClassMethod · 0.45
visitMethod · 0.45
addErrorMethod · 0.45
gotoPhaseMethod · 0.45
callMethod · 0.45
callMethod · 0.45
visitMethod · 0.45
resolveClassNullableMethod · 0.45

Calls

no outgoing calls

Tested by 1

getASTMethod · 0.76