Uses of Class
com.strobel.assembler.metadata.ConversionType
-
Packages that use ConversionType Package Description com.strobel.assembler.metadata com.strobel.decompiler.languages.java.utilities -
-
Uses of ConversionType in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata that return ConversionType Modifier and Type Method Description private static ConversionType
MetadataHelper. conversionType0(TypeReference target, TypeReference source, boolean processCompoundTypes)
static ConversionType
MetadataHelper. getConversionType(ICompoundType targetType, TypeReference source)
static ConversionType
MetadataHelper. getConversionType(TypeReference targetType, ICompoundType source)
static ConversionType
MetadataHelper. getConversionType(TypeReference target, TypeReference source)
static ConversionType
MetadataHelper. getNumericConversionType(TypeReference target, TypeReference source)
static ConversionType
ConversionType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ConversionType[]
ConversionType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConversionType in com.strobel.decompiler.languages.java.utilities
Methods in com.strobel.decompiler.languages.java.utilities that return ConversionType Modifier and Type Method Description private ConversionType
RedundantCastUtility.IsRedundantVisitor. getConversion(TypeReference target, TypeReference source, Expression value)
Determines the conversion type, taking lossiness into consideration for numeric conversions.private ConversionType
RedundantCastUtility.IsRedundantVisitor. getNumericConversion(TypeReference target, TypeReference source, Expression value)
Determines the numeric conversion type, taking lossiness into consideration.
-