Package | Description |
---|---|
com.sun.mirror.util |
Utilities to assist in the processing of declarations and types.
|
Modifier and Type | Method and Description |
---|---|
ArrayType |
Types.getArrayType(TypeMirror componentType)
Deprecated.
Returns an array type with the specified component type.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleTypeVisitor.visitArrayType(ArrayType t)
Deprecated.
Visits an array type.
|
void |
TypeVisitor.visitArrayType(ArrayType t)
Deprecated.
Visits an array type.
|
Copyright © 2004, 2019, Oracle and/or its affiliates. All rights reserved.