Uses of Interface
com.strobel.assembler.metadata.IUnionType
-
Packages that use IUnionType Package Description com.strobel.assembler.metadata -
-
Uses of IUnionType in com.strobel.assembler.metadata
Classes in com.strobel.assembler.metadata that implement IUnionType Modifier and Type Class Description classUnionTypeMethods in com.strobel.assembler.metadata with type parameters of type IUnionType Modifier and Type Method Description <U extends TypeReference & IUnionType>
RDefaultTypeVisitor. visitUnionType(U t, P p)<U extends TypeReference & IUnionType>
java.lang.BooleanMetadataHelper.SameTypeVisitor. visitUnionType(U t, TypeReference s)<U extends TypeReference & IUnionType>
RTypeMetadataVisitor. visitUnionType(U t, P p)<U extends TypeReference & IUnionType>
TypeReferenceTypeSubstitutionVisitor. visitUnionType(U t, java.util.Map<TypeReference,TypeReference> map)
-