Searched refs:visitErrorType (Results 1 - 4 of 4) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypes.java264 public Type visitErrorType(ErrorType t, Symbol sym) {
521 public Boolean visitErrorType(ErrorType t, Type s) {
747 public Boolean visitErrorType(ErrorType t, Type s) {
914 public Boolean visitErrorType(ErrorType t, Type s) {
1157 public Boolean visitErrorType(ErrorType t, Type s) {
1443 public Type visitErrorType(ErrorType t, Symbol sym) {
1562 public Type visitErrorType(ErrorType t, Symbol sym) {
1662 public Type visitErrorType(ErrorType t, Boolean recurse) {
1810 public Type visitErrorType(ErrorType t, Void ignored) {
1989 public Type visitErrorType(ErrorTyp
2214 public Boolean visitErrorType(ErrorType t, Type s) { method in class:Types.HasSameArgs
2374 public Type visitErrorType(ErrorType t, Void ignored) { method in class:Types.Subst
3728 public R visitErrorType(ErrorType t, S s) { return visitType(t, s); } method in class:Types.DefaultTypeVisitor
[all...]
H A DPrinter.java221 public String visitErrorType(ErrorType t, Locale locale) { method in class:Printer
H A DType.java1319 return v.visitErrorType(this, s);
1373 R visitErrorType(ErrorType t, S s); method in interface:Type.Visitor
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DRichDiagnosticFormatter.java469 public Void visitErrorType(ErrorType t, Void ignored) {

Completed in 63 milliseconds