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

/openjdk10/langtools/test/tools/javac/api/6731573/
H A DT6731573.java42 enum DiagnosticType { enum in class:T6731573
56 DiagnosticType(String optValue) { method in class:T6731573.DiagnosticType
86 void exec(DiagnosticType diagType, SourceLine sourceLine) {
103 for (DiagnosticType dt : DiagnosticType.values()) {
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DJCDiagnostic.java42 import static com.sun.tools.javac.util.JCDiagnostic.DiagnosticType.*;
242 DiagnosticType kind, DiagnosticSource source, DiagnosticPosition pos, String key, Object... args) {
268 public JCDiagnostic create(DiagnosticType kind,
354 * A DiagnosticType defines the type of the diagnostic.
356 public enum DiagnosticType { enum in class:JCDiagnostic
368 /** Create a DiagnosticType.
371 DiagnosticType(String key) { method in class:JCDiagnostic.DiagnosticType
485 DiagnosticType type;
497 private DiagnosticInfo(DiagnosticType type, String prefix, String code, Object... args) {
514 public static DiagnosticInfo of(DiagnosticType typ
[all...]
H A DLog.java46 import com.sun.tools.javac.util.JCDiagnostic.DiagnosticType;
735 protected PrintWriter getWriterForDiagnosticType(DiagnosticType dt) {
H A DAbstractDiagnosticFormatter.java55 import static com.sun.tools.javac.util.JCDiagnostic.DiagnosticType.*;
/openjdk10/langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/
H A DMessager.java36 import com.sun.tools.javac.util.JCDiagnostic.DiagnosticType;
163 report(DiagnosticType.ERROR, pos, msg);
196 report(DiagnosticType.WARNING, pos, msg);
228 report(DiagnosticType.NOTE, pos, msg);
302 private void report(DiagnosticType type, SourcePosition pos, String msg) {
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/
H A DMessager.java46 import com.sun.tools.javac.util.JCDiagnostic.DiagnosticType;
227 report(DiagnosticType.ERROR, prefix, msg);
236 report(DiagnosticType.ERROR, prefix, msg);
278 report(DiagnosticType.WARNING, prefix, msg);
287 report(DiagnosticType.WARNING, prefix, msg);
316 report(DiagnosticType.NOTE, null, prefix + ": " + msg);
332 report(DiagnosticType.NOTE, pos, msg);
382 private void report(DiagnosticType type, String pos, String msg) {
/openjdk10/langtools/make/tools/crules/
H A DAbstractCodingRulesAnalyzer.java39 import com.sun.tools.javac.util.JCDiagnostic.DiagnosticType;
84 msg = f.formatMessage(diags.create(DiagnosticType.FRAGMENT, log.currentSource(),
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DResolve.java54 import com.sun.tools.javac.util.JCDiagnostic.DiagnosticType;
819 throw ex.setMessage(diags.create(DiagnosticType.FRAGMENT, log.currentSource(), pos, key, args));
3649 JCDiagnostic d = error.getDiagnostic(JCDiagnostic.DiagnosticType.ERROR,
3735 abstract JCDiagnostic getDiagnostic(JCDiagnostic.DiagnosticType dkind,
3792 JCDiagnostic getDiagnostic(JCDiagnostic.DiagnosticType dkind,
3891 JCDiagnostic getDiagnostic(JCDiagnostic.DiagnosticType dkind,
3948 JCDiagnostic getDiagnostic(JCDiagnostic.DiagnosticType dkind,
4055 JCDiagnostic getDiagnostic(DiagnosticType dkind, DiagnosticPosition pos,
4094 JCDiagnostic getDiagnostic(JCDiagnostic.DiagnosticType dkind,
4165 JCDiagnostic getDiagnostic(JCDiagnostic.DiagnosticType dkin
[all...]
H A DAnalyzer.java62 import com.sun.tools.javac.util.JCDiagnostic.DiagnosticType;
496 if (d.getType() == DiagnosticType.ERROR) {
H A DDeferredAttr.java46 import com.sun.tools.javac.util.JCDiagnostic.DiagnosticType;
915 checkContext.report(tree, ((ResolveError)lookupSym).getDiagnostic(DiagnosticType.FRAGMENT,
H A DAttr.java2939 JCDiagnostic detailsDiag = ((Resolve.ResolveError)refSym.baseSymbol()).getDiagnostic(JCDiagnostic.DiagnosticType.FRAGMENT,
2942 JCDiagnostic.DiagnosticType diagKind = targetError ?
2943 JCDiagnostic.DiagnosticType.FRAGMENT : JCDiagnostic.DiagnosticType.ERROR;
4115 JCDiagnostic errDiag = errSym.getDiagnostic(JCDiagnostic.DiagnosticType.ERROR,

Completed in 218 milliseconds