Java javax.lang.model.type TypeKind fields, constructors, methods, implement or subclass

Example usage for Java javax.lang.model.type TypeKind fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.lang.model.type TypeKind.

The text is from its open source code.

Field

TypeKindBOOLEAN
The primitive type boolean .
TypeKindBYTE
The primitive type byte .
TypeKindSHORT
The primitive type short .
TypeKindINT
The primitive type int .
TypeKindLONG
The primitive type long .
TypeKindCHAR
The primitive type char .
TypeKindFLOAT
The primitive type float .
TypeKindDOUBLE
The primitive type double .
TypeKindVOID
The pseudo-type corresponding to the keyword void .
TypeKindNONE
A pseudo-type used where no actual type is appropriate.
TypeKindARRAY
An array type.
TypeKindDECLARED
A class or interface type.
TypeKindERROR
A class or interface type that could not be resolved.
TypeKindTYPEVAR
A type variable.
TypeKindEXECUTABLE
A method, constructor, or initializer.

Method

nullObject()
Constructs a new object.
StringtoString()
Returns a string representation of the object.