public class BoxingHelper extends Object
Constructor and Description |
---|
BoxingHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
getUnboxingMethodName(JavaTypeInstance type) |
static boolean |
isBoxedType(JavaTypeInstance type) |
static boolean |
isBoxedTypeInclNumber(JavaTypeInstance type) |
static Expression |
sugarBoxing(StaticFunctionInvokation staticFunctionInvokation) |
static Expression |
sugarUnboxing(MemberFunctionInvokation memberFunctionInvokation) |
public static Expression sugarUnboxing(MemberFunctionInvokation memberFunctionInvokation)
public static String getUnboxingMethodName(JavaTypeInstance type)
public static Expression sugarBoxing(StaticFunctionInvokation staticFunctionInvokation)
public static boolean isBoxedTypeInclNumber(JavaTypeInstance type)
public static boolean isBoxedType(JavaTypeInstance type)
Copyright © 2011-2021. All Rights Reserved.