| Package | Description |
|---|---|
| javax.lang.model.type |
Interfaces used to model Java programming language types.
|
| javax.lang.model.util |
Utilities to assist in the processing of program elements and types.
|
| Modifier and Type | Method and Description |
|---|---|
R |
TypeVisitor.visitUnion(UnionType
Visits a union type.
|
| Modifier and Type | Method and Description |
|---|---|
R |
TypeKindVisitor7.visitUnion(UnionType
This implementation visits a
UnionType by calling
defaultAction.
|
abstract R |
AbstractTypeVisitor7.visitUnion(UnionType
Visits a
UnionType in a manner defined by a subclass.
|
R |
SimpleTypeVisitor7.visitUnion(UnionType
This implementation visits a
UnionType by calling
defaultAction.
|
R |
AbstractTypeVisitor6.visitUnion(UnionType
Visits a
UnionType element by calling
visitUnknown.
|