public class PrimitiveTypeM extends TypeM
| Modifier and Type | Field and Description |
|---|---|
static TypeM |
BOOLEAN |
static TypeM |
BYTE |
static TypeM |
CHAR |
static TypeM |
DOUBLE |
static TypeM |
FLOAT |
static TypeM |
INT |
static TypeM |
LONG |
static TypeM |
SHORT |
static TypeM |
VOID |
| Constructor and Description |
|---|
PrimitiveTypeM(java.lang.String name,
TypeM boxClass) |
| Modifier and Type | Method and Description |
|---|---|
TypeM |
getBoxClass() |
boolean |
isPrimitive() |
addToImportTypes, equals, getGenericType, getGenericTypeDeclaration, getName, getPackageName, getSimpleName, getTypeParameters, hashCode, isArrayType, isGeneric, isInPackage, isTypeVariable, toString, withTypeParameterpublic static final TypeM VOID
public static final TypeM DOUBLE
public static final TypeM FLOAT
public static final TypeM LONG
public static final TypeM INT
public static final TypeM SHORT
public static final TypeM BYTE
public static final TypeM CHAR
public static final TypeM BOOLEAN
public PrimitiveTypeM(java.lang.String name,
TypeM boxClass)
public TypeM getBoxClass()
public boolean isPrimitive()
isPrimitive in class TypeM