Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.types | |
org.benf.cfr.reader.entities |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<JavaRefTypeInstance,BindingSuperContainer.Route> |
BindingSuperContainer.boundSuperRoute |
private java.util.Map<JavaRefTypeInstance,BindingSuperContainer.Route> |
BoundSuperCollector.boundSuperRoute |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<JavaRefTypeInstance,BindingSuperContainer.Route> |
BindingSuperContainer.getBoundSuperRoute() |
Modifier and Type | Method and Description |
---|---|
void |
BoundSuperCollector.collect(JavaGenericRefTypeInstance boundBase,
BindingSuperContainer.Route route) |
void |
BoundSuperCollector.collect(JavaRefTypeInstance boundBase,
BindingSuperContainer.Route route) |
Constructor and Description |
---|
BindingSuperContainer(ClassFile thisClass,
java.util.Map<JavaRefTypeInstance,JavaGenericRefTypeInstance> boundSuperClasses,
java.util.Map<JavaRefTypeInstance,BindingSuperContainer.Route> boundSuperRoute) |
Modifier and Type | Method and 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) |