public abstract class AbstractSerializedReferenceType extends AbstractSerializedValue implements SerializedReferenceType
Constructor and Description |
---|
AbstractSerializedReferenceType(Class<?> type) |
Modifier and Type | Method and Description |
---|---|
int |
getId() |
Type[] |
getUsedTypes() |
void |
setId(int id) |
void |
useAs(Type type) |
getType, inferType, satisfiesType, satisfiesType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept
getType, referencedValues
accept
public AbstractSerializedReferenceType(Class<?> type)
public int getId()
getId
in interface SerializedReferenceType
public void setId(int id)
setId
in interface SerializedReferenceType
public Type[] getUsedTypes()
getUsedTypes
in interface SerializedValue
getUsedTypes
in class AbstractSerializedValue
public void useAs(Type type)
useAs
in interface SerializedReferenceType
Copyright © 2020. All rights reserved.