Uses of Interface
javax.lang.model.type.ErrorType
Packages that use ErrorType
Package
Description
Provides utilities for operations on abstract syntax trees (AST).
Interfaces used to model Java programming language types.
Utilities to assist in the processing of
 program elements and
 types.
- 
Uses of ErrorType in com.sun.source.utilMethods in com.sun.source.util with parameters of type ErrorTypeModifier and TypeMethodDescriptionabstract TypeMirrorTrees.getOriginalType(ErrorType errorType) Returns the original type from theErrorTypeobject.
- 
Uses of ErrorType in javax.lang.model.typeMethods in javax.lang.model.type with parameters of type ErrorType
- 
Uses of ErrorType in javax.lang.model.utilMethods in javax.lang.model.util with parameters of type ErrorTypeModifier and TypeMethodDescriptionSimpleTypeVisitor6.visitError(ErrorType t, P p) Visits an error type.