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

Method Source

src/main/lombok/ast/grammar/Source.java:67–71  ·  view source on GitHub ↗
(String rawInput, String name)

Source from the content-addressed store, hash-verified

65 private List<Integer> lineEndings;
66
67 public Source(String rawInput, String name) {
68 this.rawInput = rawInput;
69 this.name = name;
70 clear();
71 }
72
73 public List<Node> getNodes() {
74 parseCompilationUnit();

Callers

nothing calls this directly

Calls 1

clearMethod · 0.95

Tested by

no test coverage detected