public abstract static class Type.PrimitiveType extends java.lang.Object implements Type
Type.NestedType, Type.PrimitiveType, Type.TypeID
Constructor and Description |
---|
PrimitiveType() |
Modifier and Type | Method and Description |
---|---|
Type.PrimitiveType |
asPrimitiveType() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isPrimitiveType() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
asListType, asMapType, asNestedType, asStructType, isListType, isMapType, isNestedType, isStructType, typeId
public boolean isPrimitiveType()
isPrimitiveType
in interface Type
public Type.PrimitiveType asPrimitiveType()
asPrimitiveType
in interface Type
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object