Uses of Interface
org.benf.cfr.reader.bytecode.analysis.types.JavaGenericBaseInstance
Packages that use JavaGenericBaseInstance
-
Uses of JavaGenericBaseInstance in org.benf.cfr.reader.bytecode.analysis.types
Classes in org.benf.cfr.reader.bytecode.analysis.types that implement JavaGenericBaseInstanceModifier and TypeClassDescriptionclass
class
class
Methods in org.benf.cfr.reader.bytecode.analysis.types with parameters of type JavaGenericBaseInstanceModifier and TypeMethodDescriptionprivate static void
GenericTypeBinder.doBind
(Map<String, JavaTypeInstance> boundNames, JavaGenericBaseInstance unbound, JavaTypeInstance maybeBound) static GenericTypeBinder
GenericTypeBinder.extractBaseBindings
(JavaGenericBaseInstance unbound, JavaTypeInstance maybeBound) static GenericTypeBinder
GenericTypeBinder.extractBindings
(JavaGenericBaseInstance unbound, JavaTypeInstance maybeBound)