Searched defs:noteKey (Results 1 - 2 of 2) sorted by relevance

/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DAbstractLog.java332 public void note(Note noteKey) { argument
347 public void note(DiagnosticPosition pos, Note noteKey) { argument
362 note(int pos, Note noteKey) argument
377 note(JavaFileObject file, Note noteKey) argument
392 mandatoryNote(final JavaFileObject file, Note noteKey) argument
[all...]
H A DJCDiagnostic.java190 public JCDiagnostic mandatoryNote(DiagnosticSource source, Note noteKey) { argument
312 Note noteKey(String code, Object... args) { method in class:JCDiagnostic.Factory
210 note( DiagnosticSource source, DiagnosticPosition pos, Note noteKey) argument

Completed in 57 milliseconds