public final class VoidValue extends java.lang.Object implements DataValue
Modifier and Type | Field and Description |
---|---|
static java.lang.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() |
java.lang.String |
toString() |
public static final java.lang.String STRING_REPRESENTATION
toString
method of VoidValue
.public static VoidValue getInstance()
public java.lang.String toString()
toString
in class java.lang.Object
public void accept(ValueVisitor visitor)