public class NullType extends Object implements ResolvedType
| Modifier and Type | Method and Description |
|---|---|
String |
describe() |
boolean |
isArray() |
boolean |
isAssignableBy(ResolvedType other) |
boolean |
isNull() |
boolean |
isPrimitive() |
boolean |
isReferenceType() |
boolean |
isTypeVariable() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitarrayLevel, asArrayType, asConstraintType, asPrimitive, asReferenceType, asTypeParameter, asTypeVariable, asUnionType, asWildcard, isConstraint, isReference, isUnionType, isVoid, isWildcard, mention, replaceTypeVariables, replaceTypeVariablespublic static final NullType INSTANCE
public boolean isArray()
isArray in interface ResolvedTypepublic boolean isPrimitive()
isPrimitive in interface ResolvedTypepublic boolean isNull()
isNull in interface ResolvedTypepublic boolean isReferenceType()
isReferenceType in interface ResolvedTypepublic String describe()
describe in interface ResolvedTypepublic boolean isTypeVariable()
isTypeVariable in interface ResolvedTypepublic boolean isAssignableBy(ResolvedType other)
isAssignableBy in interface ResolvedTypeCopyright © 2007–2018. All rights reserved.