Searched refs:diagnosticFactoryKey (Results 1 - 1 of 1) sorted by relevance

/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DJCDiagnostic.java55 protected static final Context.Key<JCDiagnostic.Factory> diagnosticFactoryKey = new Context.Key<>(); field in class:JCDiagnostic.Factory
59 Factory instance = context.get(diagnosticFactoryKey);
72 context.put(diagnosticFactoryKey, this);

Completed in 93 milliseconds