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

/openjdk7/langtools/test/tools/javac/api/6731573/
H A DT6731573.java40 enum DiagnosticType { enum in class:T6731573
54 DiagnosticType(String optValue) { method in class:T6731573.DiagnosticType
84 void exec(DiagnosticType diagType, SourceLine sourceLine) {
101 for (DiagnosticType dt : DiagnosticType.values()) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DJCDiagnostic.java40 import static com.sun.tools.javac.util.JCDiagnostic.DiagnosticType.*;
214 DiagnosticType kind, DiagnosticSource source, DiagnosticPosition pos, String key, Object... args) {
229 DiagnosticType kind, LintCategory lc, Set<DiagnosticFlag> flags, DiagnosticSource source, DiagnosticPosition pos, String key, Object... args) {
233 protected String qualify(DiagnosticType t, String key) {
267 * A DiagnosticType defines the type of the diagnostic.
269 public enum DiagnosticType { enum in class:JCDiagnostic
281 /** Create a DiagnosticType.
284 DiagnosticType(String key) { method in class:JCDiagnostic.DiagnosticType
345 private final DiagnosticType type;
366 DiagnosticType d
[all...]

Completed in 23 milliseconds