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

Method preProcess

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

Source from the content-addressed store, hash-verified

433 }
434
435 private String preProcess() {
436 preprocessed = rawInput;
437 this.lineEndings = calculateLineEndings();
438 applyBackslashU();
439// applyBraceMatching();
440 return preprocessed;
441 }
442
443 /**
444 * @see <a href="http://java.sun.com/docs/books/jls/third_edition/html/lexical.html#3.3">JLS section 3.3</a>

Callers 7

parseCompilationUnitMethod · 0.95
parseMemberMethod · 0.95
parseStatementMethod · 0.95
parseExpressionMethod · 0.95

Calls 2

calculateLineEndingsMethod · 0.95
applyBackslashUMethod · 0.95

Tested by

no test coverage detected