Uses of Class
org.benf.cfr.reader.bytecode.analysis.types.JavaGenericRefTypeInstance
Packages that use JavaGenericRefTypeInstance
Package
Description
-
Uses of JavaGenericRefTypeInstance in org.benf.cfr.reader.bytecode.analysis.types
Methods in org.benf.cfr.reader.bytecode.analysis.types that return JavaGenericRefTypeInstanceModifier and TypeMethodDescriptionJavaArrayTypeInstance.asGenericRefInstance(JavaTypeInstance other) JavaGenericPlaceholderTypeInstance.asGenericRefInstance(JavaTypeInstance other) JavaGenericRefTypeInstance.asGenericRefInstance(JavaTypeInstance other) JavaIntersectionTypeInstance.asGenericRefInstance(JavaTypeInstance other) JavaRefTypeInstance.asGenericRefInstance(JavaTypeInstance other) JavaTypeInstance.asGenericRefInstance(JavaTypeInstance other) JavaWildcardTypeInstance.asGenericRefInstance(JavaTypeInstance other) RawJavaType.asGenericRefInstance(JavaTypeInstance other) BindingSuperContainer.getBoundAssignable(JavaGenericRefTypeInstance assignable, JavaGenericRefTypeInstance superType) JavaGenericRefTypeInstance.getBoundInstance(GenericTypeBinder genericTypeBinder) BindingSuperContainer.getBoundSuperForBase(JavaTypeInstance possBase) Methods in org.benf.cfr.reader.bytecode.analysis.types that return types with arguments of type JavaGenericRefTypeInstanceMethods in org.benf.cfr.reader.bytecode.analysis.types with parameters of type JavaGenericRefTypeInstanceModifier and TypeMethodDescriptionstatic GenericTypeBinderGenericTypeBinder.buildIdentityBindings(JavaGenericRefTypeInstance unbound) voidBoundSuperCollector.collect(JavaGenericRefTypeInstance boundBase, BindingSuperContainer.Route route) BindingSuperContainer.getBoundAssignable(JavaGenericRefTypeInstance assignable, JavaGenericRefTypeInstance superType) Constructor parameters in org.benf.cfr.reader.bytecode.analysis.types with type arguments of type JavaGenericRefTypeInstanceModifierConstructorDescriptionBindingSuperContainer(ClassFile thisClass, Map<JavaRefTypeInstance, JavaGenericRefTypeInstance> boundSuperClasses, Map<JavaRefTypeInstance, BindingSuperContainer.Route> boundSuperRoute) -
Uses of JavaGenericRefTypeInstance in org.benf.cfr.reader.entities
Methods in org.benf.cfr.reader.entities with parameters of type JavaGenericRefTypeInstanceModifier and TypeMethodDescriptionClassFile.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 JavaGenericRefTypeInstanceModifier and TypeMethodDescriptionOverloadMethodSet.specialiseTo(JavaGenericRefTypeInstance type)