Uses of Interface
javax.lang.model.type.ArrayType
Package
Description
Interfaces used to model Java programming language types.
Utilities to assist in the processing of
program elements and
types.
-
Uses of ArrayType in javax.lang.model.type
-
Uses of ArrayType in javax.lang.model.util
Modifier and TypeMethodDescriptionTypes.getArrayType
(TypeMirror componentType) Returns an array type with the specified component type.Modifier and TypeMethodDescriptionSimpleTypeVisitor6.visitArray
(ArrayType t, P p) Visits an array type.