public class NullType extends Type
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCompatibleWith(Type type)
An NullType object is compatible to
- the errorType object
- an object of type NullType (to itself)
- an object of type ClassType
|
equals, getEnumType, getJavaClass, getName, isOrderable, toStringpublic boolean isCompatibleWith(Type type)
isCompatibleWith in class Typetype - the type this is checked with.Copyright © 2019. All rights reserved.