public final class Void extends Object
| Modifier and Type | Field and Description |
|---|---|
static Void |
VOID
Singleton representing a
void value. |
static ConstantNode |
VOID_CONSTANT
A constant node containing
VOID. |
static Type |
VOID_TYPE
Returns the type associated with instances of
VOID. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isVoid(Node n)
Returns
true if the given node is a constant node containing VOID. |
String |
toString() |
public static final Void VOID
void value.public static final ConstantNode VOID_CONSTANT
VOID.OakGP Genetic Programming Framework