Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.types.discovery |
Modifier and Type | Method and Description |
---|---|
CastAction |
InferredJavaType.chain(InferredJavaType other) |
private CastAction |
InferredJavaType.chainFrom(InferredJavaType other) |
private CastAction |
InferredJavaType.chainIntegralTypes(InferredJavaType other) |
static CastAction |
CastAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CastAction[] |
CastAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|