public class PrimitiveTypes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ITypeFactory<java.lang.Integer> |
Integer |
static ITypeFactory<java.lang.Long> |
Pointer |
static ITypeFactory<java.lang.Short> |
Short |
| Constructor and Description |
|---|
PrimitiveTypes() |
public static final ITypeFactory<java.lang.Long> Pointer
public static final ITypeFactory<java.lang.Short> Short
public static final ITypeFactory<java.lang.Integer> Integer