|
Eclipse JDT Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PrimitiveType
Represents a primitive type. These include boolean, byte, short, int, long, char, float, and double.
Nested Class Summary | |
---|---|
static class |
PrimitiveType.Kind
An enumeration of the different kinds of primitive types. |
Method Summary | |
---|---|
PrimitiveType.Kind |
getKind()
Returns the kind of primitive type that this object represents. |
Methods inherited from interface com.sun.mirror.type.TypeMirror |
---|
accept, equals, toString |
Method Detail |
---|
PrimitiveType.Kind getKind()
|
Eclipse JDT Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |