com.sun.mirror.type
public interface PrimitiveType extends TypeMirror
| Modifier and Type | Interface and Description |
|---|---|
static class |
PrimitiveType.Kind
An enumeration of the different kinds of primitive types.
|
| Modifier and Type | Method and Description |
|---|---|
PrimitiveType.Kind |
getKind()
Returns the kind of primitive type that this object represents.
|
accept, equals, toStringPrimitiveType.Kind getKind()
Copyright © 2004, 2015, Oracle and/or its affiliates. All rights reserved.