public final class NullType extends Object implements ELType
| Modifier and Type | Field and Description |
|---|---|
static ELType |
INSTANCE
Singleton instance of
NullType |
IMPORTS_TRANSFORM| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
ELType |
getContainerType() |
String |
getRawName() |
ELType |
getRawType() |
Iterable<JavaImport> |
getRequiredImports() |
ELType[] |
getTypeArguments() |
boolean |
isArray() |
boolean |
isAssignableFrom(ELType anotherType) |
boolean |
isNullType() |
boolean |
isPrimitive() |
String |
toString() |
public Iterable<JavaImport> getRequiredImports()
getRequiredImports in interface RequireImportspublic boolean isNullType()
isNullType in interface ELTypepublic ELType getRawType()
getRawType in interface ELTypepublic ELType[] getTypeArguments()
getTypeArguments in interface ELTypepublic ELType getContainerType()
getContainerType in interface ELTypepublic boolean isAssignableFrom(ELType anotherType)
isAssignableFrom in interface ELTypepublic String getRawName()
getRawName in interface ELTypepublic boolean isPrimitive()
isPrimitive in interface ELTypeCopyright © 2014 JBoss by Red Hat. All Rights Reserved.