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. boundSuperClasses
private java.util.Map<JavaRefTypeInstance,JavaGenericRefTypeInstance>
BoundSuperCollector. boundSupers
Methods 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 boolean
InferredJavaType. checkGenericCompatibility(JavaGenericRefTypeInstance thisType, JavaGenericRefTypeInstance otherType)
private void
InferredJavaType. improveGenericType(JavaGenericRefTypeInstance otherGeneric)
private void
InferredJavaType. 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 GenericTypeBinder
ClassFile. 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 OverloadMethodSet
OverloadMethodSet. specialiseTo(JavaGenericRefTypeInstance type)
-