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, useAsgetType, inferType, satisfiesType, satisfiesTypeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetId, setId, useAsgetType, getUsedTypespublic static final SerializedValue VOID
public List<SerializedValue> referencedValues()
referencedValues in interface SerializedValuepublic <T> T accept(RoleVisitor<T> visitor)
accept in interface SerializedRolepublic <T> T accept(ReferenceTypeVisitor<T> visitor)
accept in interface SerializedReferenceTypepublic static SerializedNull nullInstance()
Copyright © 2020. All rights reserved.