| 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.visitNull(NullType
Visits the null type.
|
| Modifier and Type | Method and Description |
|---|---|
NullType |
Types.getNullType()
Returns the null type.
|
| Modifier and Type | Method and Description |
|---|---|
R |
SimpleTypeVisitor6.visitNull(NullType
Visits the null type.
|