public class VoidType extends Object implements PrimitiveType
| Modifier and Type | Field and Description |
|---|---|
static VoidType |
INSTANCE
The global instance of the void type.
|
| Modifier and Type | Method and Description |
|---|---|
char |
getKey()
Gets the type key for this primitive type.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetFromKeyisAssignableFrom, of, ofpublic static final VoidType INSTANCE
public char getKey()
PrimitiveTypegetKey in interface PrimitiveType