water
Class TypeMap

java.lang.Object
  extended by water.TypeMap

public class TypeMap
extends java.lang.Object


Field Summary
static java.lang.String[] BOOTSTRAP_CLASSES
           
static short C1NCHUNK
           
static short FRAME
           
static short NULL
           
static short PRIM_B
           
static short VALUE_ARRAY
           
 
Constructor Summary
TypeMap()
           
 
Method Summary
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 onLoad(java.lang.String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL

public static final short NULL
See Also:
Constant Field Values

PRIM_B

public static final short PRIM_B
See Also:
Constant Field Values

C1NCHUNK

public static final short C1NCHUNK

FRAME

public static final short FRAME

VALUE_ARRAY

public static final short VALUE_ARRAY

BOOTSTRAP_CLASSES

public static final java.lang.String[] BOOTSTRAP_CLASSES
Constructor Detail

TypeMap

public TypeMap()
Method Detail

onLoad

public static int onLoad(java.lang.String className)

loadId

public static void loadId(int id)

newInstance

public static Iced newInstance(int id)

newFreezable

public static Freezable newFreezable(int id)

className

public static java.lang.String className(int id)

clazz

public static java.lang.Class clazz(int id)