public final class SimpleToBoxedUtil extends Object
| Constructor and Description |
|---|
SimpleToBoxedUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
convertExpressionFromTypeToType(String s,
String from,
String to) |
static String |
getBoxedClassName(String className) |
static String |
getBoxedExpressionOfType(String s,
String c) |
static String |
getUnboxedExpressionOfType(String s,
String c) |
static boolean |
isPrimitive(String className) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.