- Enclosing class:
- Primitives
public static class Primitives.Primitive
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Primitive
public Primitive(Class primitive,
Class boxed,
String descriptor,
Method constructorSignature,
int primitiveOffset,
boolean isNumber)
-
Method Details
-
getPrimitiveOffset
public int getPrimitiveOffset()
-
getPrimitive
public Class getPrimitive()
-
-
getUnboxed
public Class getUnboxed()
-
-
getConstructorSignature
public Method getConstructorSignature()
-
getDefaultValue
public Object getDefaultValue()
-
isNumber
public boolean isNumber()