Uses of Class
org.benf.cfr.reader.bytecode.analysis.types.discovery.CastAction
-
Packages that use CastAction Package Description org.benf.cfr.reader.bytecode.analysis.types.discovery -
-
Uses of CastAction in org.benf.cfr.reader.bytecode.analysis.types.discovery
Methods in org.benf.cfr.reader.bytecode.analysis.types.discovery that return CastAction Modifier and Type Method 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.
-