MCPcopy Create free account
hub / github.com/evant/android-retrolambda-lombok / getNodes

Method getNodes

src/main/lombok/ast/grammar/Source.java:73–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 }
72
73 public List<Node> getNodes() {
74 parseCompilationUnit();
75 if (!parsed) throw new IllegalStateException("Code hasn't been parsed yet.");
76 return nodes;
77 }
78
79 public List<ParseProblem> getProblems() {
80 parseCompilationUnit();

Calls 1

parseCompilationUnitMethod · 0.95