Package | Description |
---|---|
com.sun.mirror.type |
Interfaces used to model types.
|
com.sun.mirror.util |
Utilities to assist in the processing of declarations and types.
|
Modifier and Type | Method and Description |
---|---|
PrimitiveType.Kind |
PrimitiveType.getKind()
Deprecated.
Returns the kind of primitive type that this object represents.
|
static PrimitiveType.Kind |
PrimitiveType.Kind.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static PrimitiveType.Kind[] |
PrimitiveType.Kind.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PrimitiveType |
Types.getPrimitiveType(PrimitiveType.Kind kind)
Deprecated.
Returns a primitive type.
|
Copyright © 2004, 2018, Oracle and/or its affiliates. All rights reserved.