in javac-ast-extension/src/org/jetbrains/jps/javac/ast/api/JavacFileData.java [25:35]
public JavacFileData(@NotNull String path,
@NotNull Map<JavacRef, Integer> refs,
@NotNull List<JavacTypeCast> casts,
@NotNull List<JavacDef> defs,
@NotNull Set<JavacRef> implicitRefs) {
myFilePath = path;
myRefs = refs;
myCasts = casts;
myDefs = defs;
myImplicitRefs = implicitRefs;
}