public class ErrorType extends Type
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCompatibleWith(Type type)
Checks type compatibility.
|
boolean |
isOrderable()
Returns whether this represents a type with an
defined order.
|
equals, getEnumType, getJavaClass, getName, toStringpublic boolean isCompatibleWith(Type type)
TypeisCompatibleWith in class Typetype - the type this is checked with.public boolean isOrderable()
TypeisOrderable in class TypeCopyright © 2019. All rights reserved.