Package edu.umd.cs.findbugs.detect
Class FindUnrelatedTypesInGenericContainer.Info
- java.lang.Object
-
- edu.umd.cs.findbugs.detect.FindUnrelatedTypesInGenericContainer.Info
-
- Enclosing class:
- FindUnrelatedTypesInGenericContainer
static class FindUnrelatedTypesInGenericContainer.Info extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
argumentIndex
(package private) ClassDescriptor
interfaceForCall
(package private) int
typeIndex
-
Constructor Summary
Constructors Constructor Description Info(ClassDescriptor interfaceForCall, int argumentIndex, int typeIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
interfaceForCall
final ClassDescriptor interfaceForCall
-
argumentIndex
final int argumentIndex
-
typeIndex
final int typeIndex
-
-
Constructor Detail
-
Info
public Info(ClassDescriptor interfaceForCall, int argumentIndex, int typeIndex)
-
-