Package org.aspectj.runtime.internal
Class Conversions
java.lang.Object
org.aspectj.runtime.internal.Conversions
-
Method Summary
Modifier and TypeMethodDescriptionstatic Object
booleanObject
(boolean i) static boolean
static Object
byteObject
(byte i) static byte
static Object
charObject
(char i) static char
static Object
doubleObject
(double i) static double
static Object
floatObject
(float i) static float
floatValue
(Object o) static Object
intObject
(int i) static int
static Object
longObject
(long i) static long
static Object
shortObject
(short i) static short
shortValue
(Object o) static Object
static Object
-
Method Details
-
intObject
-
shortObject
-
byteObject
-
charObject
-
longObject
-
floatObject
-
doubleObject
-
booleanObject
-
voidObject
-
intValue
-
longValue
-
floatValue
-
doubleValue
-
byteValue
-
shortValue
-
charValue
-
booleanValue
-
voidValue
-