API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.lang.model.type.
PrimitiveType
View Source
Author(s)
Joseph D. Darcy
Scott Seligman
Peter von der Ahé
Since
1.6
Version
1.3 06/07/31
Serial
Hierarchy
TypeMirror
PrimitiveType
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
public
interface PrimitiveType
Represents a primitive type.
Represents a primitive type. These include
boolean
,
byte
,
short
,
int
,
long
,
char
,
float
, and
double
.
See also:
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar