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

/openjdk7/langtools/test/tools/javac/api/6731573/
H A DT6731573.java52 String optValue; field in class:T6731573.DiagnosticType
54 DiagnosticType(String optValue) { argument
55 this.optValue = optValue;
66 String optValue; field in class:T6731573.SourceLine
68 SourceLine(String optValue) { argument
69 this.optValue = optValue;
89 if (diagType.optValue != null)
90 options.add(diagType.optValue);
[all...]

Completed in 843 milliseconds