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 classfinal classMethods 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 StringBuilderCompoundTypeReference.append0(ICompoundType t, StringBuilder sb, String delimiter, Accumulator<TypeReference, StringBuilder> appender) static ConversionTypeMetadataHelper.getConversionType(ICompoundType targetType, TypeReference source) static ConversionTypeMetadataHelper.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)