public class PointType extends TypeAbstraction
ContextItem.Value<T>TOP| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
IClass |
getIClass() |
IClass |
getType()
This is here for convenience; it makes sense for Point and Cone Dispatch.
|
TypeReference |
getTypeReference()
A TypeReference representing the types of this abstraction
|
int |
hashCode() |
boolean |
isArrayType() |
TypeAbstraction |
meet(TypeAbstraction rhs) |
String |
toString() |
public PointType(IClass type)
IllegalArgumentException - if type is nullpublic TypeAbstraction meet(TypeAbstraction rhs)
meet in class TypeAbstractionpublic IClass getType()
TypeAbstractiongetType in class TypeAbstractionpublic TypeReference getTypeReference()
TypeAbstractiongetTypeReference in class TypeAbstractionpublic boolean equals(Object obj)
equals in class TypeAbstractionpublic int hashCode()
hashCode in class TypeAbstractionpublic boolean isArrayType()
public IClass getIClass()
Copyright © 2015. All rights reserved.