API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.lang.model.type.
NoType
View Source
Author(s)
Joseph D. Darcy
Scott Seligman
Peter von der Ahé
Since
1.6
Version
1.4 06/07/31
Serial
Hierarchy
TypeMirror
NoType
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
public
interface NoType
A pseudo-type used where no actual type is appropriate.
A pseudo-type used where no actual type is appropriate.
The kinds of
NoType
are:
VOID
- corresponds to the keyword
void
.
PACKAGE
- the pseudo-type of a package element.
NONE
- used in other cases
where no actual type is appropriate; for example, the superclass
of
java.lang.Object
.
See also:
ExecutableElement.getReturnType()
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar