public class SerializedNull extends AbstractSerializedReferenceType implements SerializedImmutableType
nullInstance()
Modifier and Type | Field and Description |
---|---|
static SerializedValue |
VOID |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(ReferenceTypeVisitor<T> visitor) |
<T> T |
accept(RoleVisitor<T> visitor) |
boolean |
equals(Object obj) |
int |
hashCode() |
static SerializedNull |
nullInstance() |
List<SerializedValue> |
referencedValues() |
String |
toString() |
getId, getUsedTypes, setId, useAs
getType, inferType, satisfiesType, satisfiesType
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, setId, useAs
getType, getUsedTypes
public static final SerializedValue VOID
public List<SerializedValue> referencedValues()
referencedValues
in interface SerializedValue
public <T> T accept(RoleVisitor<T> visitor)
accept
in interface SerializedRole
public <T> T accept(ReferenceTypeVisitor<T> visitor)
accept
in interface SerializedReferenceType
public static SerializedNull nullInstance()
Copyright © 2020. All rights reserved.