Uses of Interface
org.benf.cfr.reader.bytecode.analysis.types.JavaGenericBaseInstance
-
Packages that use JavaGenericBaseInstance Package Description org.benf.cfr.reader.bytecode.analysis.types -
-
Uses of JavaGenericBaseInstance in org.benf.cfr.reader.bytecode.analysis.types
Classes in org.benf.cfr.reader.bytecode.analysis.types that implement JavaGenericBaseInstance Modifier and Type Class Description class
JavaGenericPlaceholderTypeInstance
class
JavaGenericRefTypeInstance
class
JavaWildcardTypeInstance
Methods in org.benf.cfr.reader.bytecode.analysis.types with parameters of type JavaGenericBaseInstance Modifier and Type Method Description private static void
GenericTypeBinder. doBind(java.util.Map<java.lang.String,JavaTypeInstance> boundNames, JavaGenericBaseInstance unbound, JavaTypeInstance maybeBound)
static GenericTypeBinder
GenericTypeBinder. extractBaseBindings(JavaGenericBaseInstance unbound, JavaTypeInstance maybeBound)
static GenericTypeBinder
GenericTypeBinder. extractBindings(JavaGenericBaseInstance unbound, JavaTypeInstance maybeBound)
-