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 CastActionInferredJavaType. chain(InferredJavaType other)private CastActionInferredJavaType. chainFrom(InferredJavaType other)private CastActionInferredJavaType. chainIntegralTypes(InferredJavaType other)static CastActionCastAction. 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.
-