| 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.visitArray(ArrayType
Visits an array type.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayType |
Types.getArrayType(TypeMirror
Returns an array type with the specified component type.
|
| Modifier and Type | Method and Description |
|---|---|
R |
SimpleTypeVisitor6.visitArray(ArrayType
Visits an array type.
|