Uses of Interface
com.strobel.assembler.metadata.ICompoundType
Packages that use ICompoundType
-
Uses of ICompoundType in com.strobel.assembler.metadata
Classes in com.strobel.assembler.metadata that implement ICompoundTypeModifier and TypeClassDescriptionfinal class
final class
Methods in com.strobel.assembler.metadata with type parameters of type ICompoundTypeModifier and TypeMethodDescription<C extends TypeReference & ICompoundType>
RDefaultTypeVisitor.visitCompoundType
(C t, P p) <C extends TypeReference & ICompoundType>
BooleanMetadataHelper.SameTypeVisitor.visitCompoundType
(C t, TypeReference s) <C extends TypeReference & ICompoundType>
VoidMethodBinder.AddMappingsForArgumentVisitor.visitCompoundType
(C t, Map<TypeReference, TypeReference> map) <C extends TypeReference & ICompoundType>
RTypeMetadataVisitor.visitCompoundType
(C t, P p) <C extends TypeReference & ICompoundType>
TypeReferenceTypeSubstitutionVisitor.visitCompoundType
(C t, Map<TypeReference, TypeReference> map) Methods in com.strobel.assembler.metadata with parameters of type ICompoundTypeModifier and TypeMethodDescription(package private) static StringBuilder
CompoundTypeReference.append0
(ICompoundType t, StringBuilder sb, String delimiter, Accumulator<TypeReference, StringBuilder> appender) static ConversionType
MetadataHelper.getConversionType
(ICompoundType targetType, TypeReference source) static ConversionType
MetadataHelper.getConversionType
(TypeReference targetType, ICompoundType source) -
Uses of ICompoundType in com.strobel.decompiler.ast
Methods in com.strobel.decompiler.ast with type parameters of type ICompoundTypeModifier and TypeMethodDescription<C extends TypeReference & ICompoundType>
VoidTypeAnalysis.AddMappingsForArgumentVisitor.visitCompoundType
(C t, Map<TypeReference, TypeReference> map)