Uses of Interface
javax.lang.model.type.ErrorType
Packages that use ErrorType
Package
Description
Interfaces used to model Java programming language types.
Utilities to assist in the processing of
program elements and
types.
-
Uses of ErrorType in javax.lang.model.type
Methods in javax.lang.model.type with parameters of type ErrorTypeModifier and TypeMethodDescriptionTypeVisitor.visitError(ErrorType t, P p)
Visits an error type. -
Uses of ErrorType in javax.lang.model.util
Methods in javax.lang.model.util with parameters of type ErrorTypeModifier and TypeMethodDescriptionSimpleTypeVisitor6.visitError(ErrorType t, P p)
Visits an error type.