Uses of Interface
com.strobel.assembler.metadata.ICompoundType
-
Packages that use ICompoundType Package Description com.strobel.assembler.metadata com.strobel.decompiler.ast -
-
Uses of ICompoundType in com.strobel.assembler.metadata
Classes in com.strobel.assembler.metadata that implement ICompoundType Modifier and Type Class Description class
CompoundTypeDefinition
class
CompoundTypeReference
Methods in com.strobel.assembler.metadata with type parameters of type ICompoundType Modifier and Type Method Description <C extends TypeReference & ICompoundType>
RDefaultTypeVisitor. visitCompoundType(C t, P p)
<C extends TypeReference & ICompoundType>
java.lang.BooleanMetadataHelper.SameTypeVisitor. visitCompoundType(C t, TypeReference s)
<C extends TypeReference & ICompoundType>
java.lang.VoidMethodBinder.AddMappingsForArgumentVisitor. visitCompoundType(C t, java.util.Map<TypeReference,TypeReference> map)
<C extends TypeReference & ICompoundType>
RTypeMetadataVisitor. visitCompoundType(C t, P p)
<C extends TypeReference & ICompoundType>
TypeReferenceTypeSubstitutionVisitor. visitCompoundType(C t, java.util.Map<TypeReference,TypeReference> map)
Methods in com.strobel.assembler.metadata with parameters of type ICompoundType Modifier and Type Method Description (package private) static java.lang.StringBuilder
CompoundTypeReference. append0(ICompoundType t, java.lang.StringBuilder sb, java.lang.String delimiter, Accumulator<TypeReference,java.lang.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 ICompoundType Modifier and Type Method Description <C extends TypeReference & ICompoundType>
java.lang.VoidTypeAnalysis.AddMappingsForArgumentVisitor. visitCompoundType(C t, java.util.Map<TypeReference,TypeReference> map)
-