public final class VoidValue extends Object implements DataValue
| Modifier and Type | Field and Description |
|---|---|
static String |
STRING_REPRESENTATION
Constant returned by the
toString method of VoidValue. |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ValueVisitor visitor) |
VoidValue |
copy() |
static VoidValue |
getInstance() |
DataType |
getType() |
String |
toString() |
public static final String STRING_REPRESENTATION
toString method of VoidValue.public static VoidValue getInstance()
public void accept(ValueVisitor visitor)
public VoidValue copy()
copy in interface DataValueConcurrentModificationException
if the DataValue is modified at the time of coping.Copyright © 2023. All rights reserved.