Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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();
Callers
15
testBasicTypesMatch
Method · 0.95
testMethodLocalMaskingTypesMatch
Method · 0.95
testInnerMaskingTypesMatch
Method · 0.95
testTopLevelMaskingTypesMatch
Method · 0.95
testArrayTypesMatch
Method · 0.95
testImportedTypesMatch
Method · 0.95
parseWithLombok
Method · 0.80
testContentEqualsAfterParsePrintCycle
Method · 0.80
testSyntaxCheckclearsOnIdempotency
Method · 0.80
parseWithLombok
Method · 0.80
testIdempotency
Method · 0.80
testPositions
Method · 0.80
Calls
1
parseCompilationUnit
Method · 0.95
Tested by
14
testBasicTypesMatch
Method · 0.76
testMethodLocalMaskingTypesMatch
Method · 0.76
testInnerMaskingTypesMatch
Method · 0.76
testTopLevelMaskingTypesMatch
Method · 0.76
testArrayTypesMatch
Method · 0.76
testImportedTypesMatch
Method · 0.76
parseWithLombok
Method · 0.64
testContentEqualsAfterParsePrintCycle
Method · 0.64
testSyntaxCheckclearsOnIdempotency
Method · 0.64
parseWithLombok
Method · 0.64
testIdempotency
Method · 0.64
testPositions
Method · 0.64