public class ConcreteNullOrUndefined extends java.lang.Object implements PrimitiveConcreteValue
| Constructor and Description |
|---|
ConcreteNullOrUndefined() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(ConcreteValueVisitor<T> v) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toSourceCode()
Converts this value to its source code representative.
|
public <T> T accept(ConcreteValueVisitor<T> v)
accept in interface ConcreteValuepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toSourceCode()
ConcreteValuetoSourceCode in interface ConcreteValueCopyright © 2009-2019 Aarhus University