public class TypeMap
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
BOOTSTRAP_CLASSES |
static short |
C1NCHUNK |
static short |
FRAME |
static short |
NULL |
static short |
PRIM_B |
static short |
VALUE_ARRAY |
Constructor and Description |
---|
TypeMap() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
className(int id) |
static java.lang.Class |
clazz(int id) |
static void |
loadId(int id) |
static Freezable |
newFreezable(int id) |
static Iced |
newInstance(int id) |
static int |
onIce(java.lang.String className) |
public static final short NULL
public static final short PRIM_B
public static final short C1NCHUNK
public static final short FRAME
public static final short VALUE_ARRAY
public static final java.lang.String[] BOOTSTRAP_CLASSES
public static int onIce(java.lang.String className)
public static void loadId(int id)
public static Iced newInstance(int id)
public static Freezable newFreezable(int id)
public static java.lang.String className(int id)
public static java.lang.Class clazz(int id)