Uses of Interface
javax.lang.model.type.UnionType
Packages that use UnionType
Package
Description
Interfaces used to model Java programming language types.
Utilities to assist in the processing of
program elements and
types.
-
Uses of UnionType in javax.lang.model.type
Methods in javax.lang.model.type with parameters of type UnionType -
Uses of UnionType in javax.lang.model.util
Methods in javax.lang.model.util with parameters of type UnionTypeModifier and TypeMethodDescriptionAbstractTypeVisitor6.visitUnion(UnionType t, P p)
Visits a union type.abstract R
AbstractTypeVisitor7.visitUnion(UnionType t, P p)
Visits aUnionType
in a manner defined by a subclass.SimpleTypeVisitor7.visitUnion(UnionType t, P p)
Visits a union type.TypeKindVisitor7.visitUnion(UnionType t, P p)
Visits a union type.