Class JInMemoryTypeConstants
java.lang.Object
honeyroasted.jype.system.JInMemoryTypeConstants
- All Implemented Interfaces:
JTypeConstants
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyteBox()byteType()charBox()charType()floatBox()intBox()intType()longBox()longType()noneType()nullType()object()setBooleanType(JPrimitiveType booleanType) setByteType(JPrimitiveType byteType) setCharType(JPrimitiveType charType) setCloneable(JClassReference cloneable) setDoubleType(JPrimitiveType doubleType) setFloatType(JPrimitiveType floatType) setIntType(JPrimitiveType intType) setLongType(JPrimitiveType longType) setNoneType(JNoneType noneType) setNullType(JNoneType nullType) setObject(JClassReference object) setRuntimeException(JClassReference runtimeException) setSerializable(JClassReference serializable) setShortType(JPrimitiveType shortType) setVoidBox(JClassReference voidBox) setVoidType(JNoneType voidType) shortBox()voidBox()voidType()
-
Constructor Details
-
JInMemoryTypeConstants
public JInMemoryTypeConstants()
-
-
Method Details
-
initPrimitiveMaps
-
setObject
-
setCloneable
-
setSerializable
-
setRuntimeException
-
setVoidType
-
setNullType
-
setNoneType
-
setVoidBox
-
setBooleanType
-
setByteType
-
setShortType
-
setCharType
-
setIntType
-
setLongType
-
setFloatType
-
setDoubleType
-
allPrimitives
- Specified by:
allPrimitivesin interfaceJTypeConstants
-
primitivesByName
- Specified by:
primitivesByNamein interfaceJTypeConstants
-
boxByPrimitive
- Specified by:
boxByPrimitivein interfaceJTypeConstants
-
primitiveByBox
- Specified by:
primitiveByBoxin interfaceJTypeConstants
-
object
- Specified by:
objectin interfaceJTypeConstants
-
cloneable
- Specified by:
cloneablein interfaceJTypeConstants
-
serializable
- Specified by:
serializablein interfaceJTypeConstants
-
runtimeException
- Specified by:
runtimeExceptionin interfaceJTypeConstants
-
voidType
- Specified by:
voidTypein interfaceJTypeConstants
-
nullType
- Specified by:
nullTypein interfaceJTypeConstants
-
noneType
- Specified by:
noneTypein interfaceJTypeConstants
-
voidBox
- Specified by:
voidBoxin interfaceJTypeConstants
-
booleanType
- Specified by:
booleanTypein interfaceJTypeConstants
-
byteType
- Specified by:
byteTypein interfaceJTypeConstants
-
shortType
- Specified by:
shortTypein interfaceJTypeConstants
-
charType
- Specified by:
charTypein interfaceJTypeConstants
-
intType
- Specified by:
intTypein interfaceJTypeConstants
-
longType
- Specified by:
longTypein interfaceJTypeConstants
-
floatType
- Specified by:
floatTypein interfaceJTypeConstants
-
doubleType
- Specified by:
doubleTypein interfaceJTypeConstants
-
booleanBox
- Specified by:
booleanBoxin interfaceJTypeConstants
-
byteBox
- Specified by:
byteBoxin interfaceJTypeConstants
-
shortBox
- Specified by:
shortBoxin interfaceJTypeConstants
-
charBox
- Specified by:
charBoxin interfaceJTypeConstants
-
intBox
- Specified by:
intBoxin interfaceJTypeConstants
-
longBox
- Specified by:
longBoxin interfaceJTypeConstants
-
floatBox
- Specified by:
floatBoxin interfaceJTypeConstants
-
doubleBox
- Specified by:
doubleBoxin interfaceJTypeConstants
-