public final class PlainClassType extends Object implements ELType
| Modifier and Type | Field and Description |
|---|---|
static ELType[] |
NO_TYPES |
IMPORTS_TRANSFORM| Constructor and Description |
|---|
PlainClassType(Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCode() |
ELType |
getContainerType() |
Class<?> |
getPlainJavaClass() |
String |
getRawName() |
ELType |
getRawType() |
Iterable<JavaImport> |
getRequiredImports() |
ELType[] |
getTypeArguments() |
int |
hashCode() |
boolean |
isArray() |
boolean |
isAssignableFrom(ELType anotherType) |
boolean |
isNullType() |
boolean |
isPrimitive() |
String |
toString() |
public static final ELType[] NO_TYPES
public PlainClassType(Class<?> clazz)
public Class<?> getPlainJavaClass()
public String getRawName()
getRawName in interface ELTypepublic 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 boolean isPrimitive()
isPrimitive in interface ELTypeCopyright © 2014 JBoss by Red Hat. All Rights Reserved.