Uses of Enum Class
com.strobel.assembler.metadata.ConversionType
Packages that use ConversionType
-
Uses of ConversionType in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata that return ConversionTypeModifier and TypeMethodDescriptionprivate 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
Returns the enum constant of this class with the specified name.static ConversionType[]
ConversionType.values()
Returns an array containing the constants of this enum class, 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 ConversionTypeModifier and TypeMethodDescriptionprivate 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.