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

Method clear

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

Source from the content-addressed store, hash-verified

82 }
83
84 public void clear() {
85 nodes = Lists.newArrayList();
86 problems = Lists.newArrayList();
87 comments = Lists.newArrayList();
88 lineEndings = ImmutableList.of();
89 parsed = false;
90 parsingResult = null;
91 positionDeltas = Maps.newTreeMap();
92 registeredComments = new MapMaker().weakKeys().makeMap();
93 registeredStructures = new MapMaker().weakKeys().makeMap();
94 cachedSourceStructures = null;
95 }
96
97 public String getOverviewProfileInformation() {
98 clear();

Callers 3

SourceMethod · 0.95

Calls 1

ofMethod · 0.45

Tested by

no test coverage detected