Uses of Class
org.benf.cfr.reader.bytecode.analysis.types.JavaGenericPlaceholderTypeInstance
Packages that use JavaGenericPlaceholderTypeInstance
Package
Description
-
Uses of JavaGenericPlaceholderTypeInstance in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters with type parameters of type JavaGenericPlaceholderTypeInstanceModifier and TypeFieldDescription(package private) Set<JavaGenericPlaceholderTypeInstance>
GenericInferer.GenericInferData.nullPlaceholders
Constructor parameters in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters with type arguments of type JavaGenericPlaceholderTypeInstanceModifierConstructorDescriptionprivate
GenericInferData
(GenericTypeBinder binder, Set<JavaGenericPlaceholderTypeInstance> nullPlaceholders) -
Uses of JavaGenericPlaceholderTypeInstance in org.benf.cfr.reader.bytecode.analysis.types
Methods in org.benf.cfr.reader.bytecode.analysis.types that return JavaGenericPlaceholderTypeInstanceModifier and TypeMethodDescriptionJavaGenericPlaceholderTypeInstance.withBound
(JavaTypeInstance bound) Methods in org.benf.cfr.reader.bytecode.analysis.types with parameters of type JavaGenericPlaceholderTypeInstanceModifier and TypeMethodDescriptionvoid
GenericTypeBinder.removeBinding
(JavaGenericPlaceholderTypeInstance type) void
GenericTypeBinder.suggestOnlyNullBinding
(JavaGenericPlaceholderTypeInstance type)