public class NullType
extends java.lang.Object
implements com.github.javaparser.resolution.types.ResolvedType
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
describe() |
boolean |
isArray() |
boolean |
isAssignableBy(com.github.javaparser.resolution.types.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 com.github.javaparser.resolution.types.ResolvedTypepublic boolean isPrimitive()
isPrimitive in interface com.github.javaparser.resolution.types.ResolvedTypepublic boolean isNull()
isNull in interface com.github.javaparser.resolution.types.ResolvedTypepublic boolean isReferenceType()
isReferenceType in interface com.github.javaparser.resolution.types.ResolvedTypepublic java.lang.String describe()
describe in interface com.github.javaparser.resolution.types.ResolvedTypepublic boolean isTypeVariable()
isTypeVariable in interface com.github.javaparser.resolution.types.ResolvedTypepublic boolean isAssignableBy(com.github.javaparser.resolution.types.ResolvedType other)
isAssignableBy in interface com.github.javaparser.resolution.types.ResolvedType