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

/openjdk10/langtools/test/tools/javac/rawDiags/
H A DNote.java28 * @compile/ref=Note.out -XDrawDiagnostics Note.java
30 class Note class
/openjdk10/langtools/test/tools/javac/diags/examples/
H A DNote.java31 class Note { class
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/javap/
H A DTypeAnnotationWriter.java54 public static class Note { class in class:TypeAnnotationWriter
55 Note(NoteKind kind, TypeAnnotation anno) { method in class:TypeAnnotationWriter.Note
90 Note note = null;
92 addNote(p.offset, note = new Note(kind, anno));
96 note = new Note(kind, anno);
103 private void addNote(int pc, Note note) {
104 List<Note> list = pcMap.get(pc);
114 List<Note> notes = pcMap.get(pc);
116 for (Note n: notes) {
128 private Map<Integer, List<Note>> pcMa
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DAbstractLog.java35 import com.sun.tools.javac.util.JCDiagnostic.Note;
332 public void note(Note noteKey) {
347 public void note(DiagnosticPosition pos, Note noteKey) {
362 public void note(int pos, Note noteKey) {
377 public void note(JavaFileObject file, Note noteKey) {
392 public void mandatoryNote(final JavaFileObject file, Note noteKey) {
H A DJCDiagnostic.java190 public JCDiagnostic mandatoryNote(DiagnosticSource source, Note noteKey) {
211 DiagnosticSource source, DiagnosticPosition pos, Note noteKey) {
312 Note noteKey(String code, Object... args) {
313 return (Note)DiagnosticInfo.of(NOTE, prefix, code, args);
521 return new Note(prefix, code, args);
553 public static final class Note extends DiagnosticInfo { class in class:JCDiagnostic
554 public Note(String prefix, String key, Object... args) { method in class:JCDiagnostic.Note
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/
H A DXMLScanner.java424 * <strong>Note:</strong> This method uses fString, anything in it
601 * <strong>Note:</strong> This method uses fStringBuffer2, anything in it
787 * <strong>Note:</strong> Called after scanning past '&lt;!--'
788 * <strong>Note:</strong> This method uses fString, anything in it
840 * <strong>Note:</strong> This method uses fStringBuffer2, anything in it
1054 * <strong>Note:</strong> This method uses fString and fStringBuffer,
1135 * <strong>Note:</strong> This method uses fStringBuffer, anything in it at
1257 * <strong>Note:</strong> This method uses fStringBuffer, anything in it
1429 * <strong>Note:</strong> This assumes the current char has already been
/openjdk10/make/
H A DInitSupport.gmk85 $$(info Note: Command line contains non-control variables:)
484 ($(GREP) -v -e "^Note: including file:" < $(logfile) || true) | $(HEAD) -n 12 $(NEWLINE) \
H A DDocs.gmk78 -tag Note:X \
80 -tag 'apiNote:a:API Note:' \
82 -tag 'implNote:a:Implementation Note:' \
236 # $1_MODULEGRAPH_TARGETS. Note that the index.html file will work as a "touch

Completed in 87 milliseconds