| Package | Description |
|---|---|
| com.alibaba.testable.agent.model |
| Modifier and Type | Field and Description |
|---|---|
WrapperType |
BasicType.btWrapper |
| Modifier and Type | Method and Description |
|---|---|
static WrapperType |
WrapperType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WrapperType[] |
WrapperType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WrapperType.isConvertibleFrom(WrapperType source)
Does the JLS 5.1.2 allow a variable of this wrapper's
primitive type to be assigned from a value of the given wrapper's primitive type?
Cases:
unboxing followed by widening primitive conversion
any type converted to
void (i.e., dropping a method call's value)
boxing conversion followed by widening reference conversion to Object
These are the cases allowed by MethodHandle.asType. |
Copyright © 2022. All rights reserved.