com.sun.mirror.type
Interface PrimitiveType
- All Superinterfaces:
- TypeMirror
public interface PrimitiveType
- extends TypeMirror
Represents a primitive type. These include
boolean, byte, short, int,
long, char, float, and double.
- Since:
- 1.5
Nested Class Summary |
static class |
PrimitiveType.Kind
An enumeration of the different kinds of primitive types. |
getKind
PrimitiveType.Kind getKind()
- Returns the kind of primitive type that this object represents.
- Returns:
- the kind of primitive type that this object represents
Submit a bug or feature Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.