WARNING: This class is for internal use only! We use this class to store information about if a default MetaClass is used for certain primitives.
| Modifiers | Name | Description |
|---|---|---|
static class |
DefaultMetaClassInfo.ConstantMetaClassVersioning |
| Type | Name and description |
|---|---|
static boolean |
disabledStandardMetaClass() |
static DefaultMetaClassInfo.ConstantMetaClassVersioning |
getCurrentConstantMetaClassVersioning() |
static DefaultMetaClassInfo.ConstantMetaClassVersioning |
getNewConstantMetaClassVersioning() |
static boolean |
isOrigBool() |
static boolean |
isOrigByte()sets if the original byte meta class is used |
static boolean |
isOrigChar() |
static boolean |
isOrigDouble() |
static boolean |
isOrigFloat() |
static boolean |
isOrigInt()@return true if no meta class creation handle is set and if the original integer array meta class is used. |
static boolean |
isOrigIntArray() |
static boolean |
isOrigLong()sets if the original float meta class is used |
static boolean |
isOrigShort() |
static void |
setCategoryUsed(boolean b) |
static void |
setOrigBool(boolean v) |
static void |
setOrigByte(boolean v) |
static void |
setOrigChar(boolean v) |
static void |
setOrigDouble(boolean v) |
static void |
setOrigFloat(boolean v)sets if the system uses a custom meta class creation handle |
static void |
setOrigInt(boolean v)sets if the original int array meta class is used |
static void |
setOrigIntArray(boolean v) |
static void |
setOrigLong(boolean v) |
static void |
setOrigShort(boolean v)@return true if no meta class creation handle is set and if the original integer meta class is used. |
static void |
setPrimitiveMeta(Class c, boolean orig) |
static void |
setWithoutCustomMetaclassCreationHandle(boolean mch) |
sets if the original byte meta class is used
sets if the original float meta class is used
sets if the system uses a custom meta class creation handle
sets if the original int array meta class is used