Uses of Enum Class
org.benf.cfr.reader.bytecode.analysis.types.BindingSuperContainer.Route
Packages that use BindingSuperContainer.Route
-
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.RouteModifier and TypeFieldDescriptionprivate final Map<JavaRefTypeInstance,
BindingSuperContainer.Route> BindingSuperContainer.boundSuperRoute
private final Map<JavaRefTypeInstance,
BindingSuperContainer.Route> BoundSuperCollector.boundSuperRoute
Methods in org.benf.cfr.reader.bytecode.analysis.types that return BindingSuperContainer.RouteModifier and TypeMethodDescriptionstatic BindingSuperContainer.Route
Returns the enum constant of this class with the specified name.static BindingSuperContainer.Route[]
BindingSuperContainer.Route.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.benf.cfr.reader.bytecode.analysis.types that return types with arguments of type BindingSuperContainer.RouteMethods in org.benf.cfr.reader.bytecode.analysis.types with parameters of type BindingSuperContainer.RouteModifier and TypeMethodDescriptionvoid
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.RouteModifier and TypeMethodDescriptionprivate void
ClassFile.getBoundSuperClasses
(JavaTypeInstance boundGeneric, BoundSuperCollector boundSuperCollector, BindingSuperContainer.Route route, Set<JavaTypeInstance> seen) private void
ClassFile.getBoundSuperClasses2
(JavaTypeInstance base, GenericTypeBinder genericTypeBinder, BoundSuperCollector boundSuperCollector, BindingSuperContainer.Route route, Set<JavaTypeInstance> seen)