Uses of Class
org.benf.cfr.reader.bytecode.analysis.types.BindingSuperContainer.Route
-
Packages that use BindingSuperContainer.Route Package Description org.benf.cfr.reader.bytecode.analysis.types org.benf.cfr.reader.entities -
-
Uses of BindingSuperContainer.Route in org.benf.cfr.reader.bytecode.analysis.types
Fields in org.benf.cfr.reader.bytecode.analysis.types with type parameters of type BindingSuperContainer.Route Modifier and Type Field Description private java.util.Map<JavaRefTypeInstance,BindingSuperContainer.Route>
BindingSuperContainer. boundSuperRoute
private java.util.Map<JavaRefTypeInstance,BindingSuperContainer.Route>
BoundSuperCollector. boundSuperRoute
Methods in org.benf.cfr.reader.bytecode.analysis.types that return BindingSuperContainer.Route Modifier and Type Method Description static BindingSuperContainer.Route
BindingSuperContainer.Route. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BindingSuperContainer.Route[]
BindingSuperContainer.Route. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.benf.cfr.reader.bytecode.analysis.types that return types with arguments of type BindingSuperContainer.Route Modifier and Type Method Description java.util.Map<JavaRefTypeInstance,BindingSuperContainer.Route>
BindingSuperContainer. getBoundSuperRoute()
Methods in org.benf.cfr.reader.bytecode.analysis.types with parameters of type BindingSuperContainer.Route Modifier and Type Method Description void
BoundSuperCollector. collect(JavaGenericRefTypeInstance boundBase, BindingSuperContainer.Route route)
void
BoundSuperCollector. collect(JavaRefTypeInstance boundBase, BindingSuperContainer.Route route)
-
Uses of BindingSuperContainer.Route in org.benf.cfr.reader.entities
Methods in org.benf.cfr.reader.entities with parameters of type BindingSuperContainer.Route Modifier and Type Method Description private void
ClassFile. getBoundSuperClasses(JavaTypeInstance boundGeneric, BoundSuperCollector boundSuperCollector, BindingSuperContainer.Route route, java.util.Set<JavaTypeInstance> seen)
private void
ClassFile. getBoundSuperClasses2(JavaTypeInstance base, GenericTypeBinder genericTypeBinder, BoundSuperCollector boundSuperCollector, BindingSuperContainer.Route route, java.util.Set<JavaTypeInstance> seen)
-