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

/openjdk7/langtools/src/share/classes/javax/lang/model/type/
H A DErrorType.java41 public interface ErrorType extends DeclaredType { interface in inherits:DeclaredType
/openjdk7/hotspot/src/share/vm/utilities/
H A DvmError.hpp37 enum ErrorType { enum in class:VMError
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DType.java58 * the error type (tag: ERROR, class: ErrorType).
100 * By default, this is itself. For ErrorType, a different value
1294 public static class ErrorType extends ClassType class in class:Type
1295 implements javax.lang.model.type.ErrorType {
1299 public ErrorType(Type originalType, TypeSymbol tsym) { method in class:Type.ErrorType
1306 public ErrorType(ClassSymbol c, Type originalType) { method in class:Type.ErrorType
1313 public ErrorType(Name name, TypeSymbol container, Type originalType) { method in class:Type.ErrorType
1373 R visitErrorType(ErrorType t, S s);

Completed in 54 milliseconds