Uses of Class
org.benf.cfr.reader.bytecode.analysis.types.JavaGenericRefTypeInstance
-
-
Uses of JavaGenericRefTypeInstance in org.benf.cfr.reader.bytecode.analysis.types
Fields in org.benf.cfr.reader.bytecode.analysis.types with type parameters of type JavaGenericRefTypeInstance Modifier and Type Field Description private java.util.Map<JavaRefTypeInstance,JavaGenericRefTypeInstance>BindingSuperContainer. boundSuperClassesprivate java.util.Map<JavaRefTypeInstance,JavaGenericRefTypeInstance>BoundSuperCollector. boundSupersMethods in org.benf.cfr.reader.bytecode.analysis.types that return types with arguments of type JavaGenericRefTypeInstance Modifier and Type Method Description java.util.Map<JavaRefTypeInstance,JavaGenericRefTypeInstance>BindingSuperContainer. getBoundSuperClasses()Constructor parameters in org.benf.cfr.reader.bytecode.analysis.types with type arguments of type JavaGenericRefTypeInstance Constructor Description BindingSuperContainer(ClassFile thisClass, java.util.Map<JavaRefTypeInstance,JavaGenericRefTypeInstance> boundSuperClasses, java.util.Map<JavaRefTypeInstance,BindingSuperContainer.Route> boundSuperRoute) -
Uses of JavaGenericRefTypeInstance in org.benf.cfr.reader.bytecode.analysis.types.discovery
Methods in org.benf.cfr.reader.bytecode.analysis.types.discovery that return types with arguments of type JavaGenericRefTypeInstance Modifier and Type Method Description private static java.util.Map<JavaTypeInstance,JavaGenericRefTypeInstance>InferredJavaType. getBoundSuperClasses(JavaTypeInstance clashType)private static java.util.Map<JavaTypeInstance,JavaGenericRefTypeInstance>InferredJavaType.IJTInternal_Clash. getClashMatches(java.util.List<InferredJavaType.IJTInternal> clashes)private static java.util.Map<JavaTypeInstance,JavaGenericRefTypeInstance>InferredJavaType.IJTInternal_Clash. getMatches(java.util.List<JavaTypeInstance> clashes)Methods in org.benf.cfr.reader.bytecode.analysis.types.discovery with parameters of type JavaGenericRefTypeInstance Modifier and Type Method Description private static booleanInferredJavaType. checkGenericCompatibility(JavaGenericRefTypeInstance thisType, JavaGenericRefTypeInstance otherType)private voidInferredJavaType. improveGenericType(JavaGenericRefTypeInstance otherGeneric)private voidInferredJavaType. mergeGenericInfo(JavaGenericRefTypeInstance otherTypeInstance) -
Uses of JavaGenericRefTypeInstance in org.benf.cfr.reader.entities
Methods in org.benf.cfr.reader.entities with parameters of type JavaGenericRefTypeInstance Modifier and Type Method Description GenericTypeBinderClassFile. getGenericTypeBinder(JavaGenericRefTypeInstance boundGeneric) -
Uses of JavaGenericRefTypeInstance in org.benf.cfr.reader.entities.classfilehelpers
Methods in org.benf.cfr.reader.entities.classfilehelpers with parameters of type JavaGenericRefTypeInstance Modifier and Type Method Description OverloadMethodSetOverloadMethodSet. specialiseTo(JavaGenericRefTypeInstance type)
-