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 classJavaGenericPlaceholderTypeInstanceclassJavaGenericRefTypeInstanceclassJavaWildcardTypeInstanceMethods in org.benf.cfr.reader.bytecode.analysis.types with parameters of type JavaGenericBaseInstance Modifier and Type Method Description private static voidGenericTypeBinder. doBind(java.util.Map<java.lang.String,JavaTypeInstance> boundNames, JavaGenericBaseInstance unbound, JavaTypeInstance maybeBound)static GenericTypeBinderGenericTypeBinder. extractBaseBindings(JavaGenericBaseInstance unbound, JavaTypeInstance maybeBound)static GenericTypeBinderGenericTypeBinder. extractBindings(JavaGenericBaseInstance unbound, JavaTypeInstance maybeBound)
-