Package | Description |
---|---|
org.benf.cfr.reader.entities.classfilehelpers |
Modifier and Type | Field and Description |
---|---|
private OverloadMethodSet.MethodData |
OverloadMethodSet.actualPrototype |
private static OverloadMethodSet.MethodData |
OverloadMethodSet.MethodData.POISON |
Modifier and Type | Field and Description |
---|---|
private java.util.List<OverloadMethodSet.MethodData> |
OverloadMethodSet.allPrototypes |
Modifier and Type | Method and Description |
---|---|
private OverloadMethodSet.MethodData |
OverloadMethodSet.MethodData.getBoundVersion(GenericTypeBinder genericTypeBinder) |
Modifier and Type | Method and Description |
---|---|
boolean |
OverloadMethodSet.MethodData.is(OverloadMethodSet.MethodData other) |
Constructor and Description |
---|
OverloadMethodSet(ClassFile classFile,
OverloadMethodSet.MethodData actualPrototype,
java.util.List<OverloadMethodSet.MethodData> allPrototypes) |
Constructor and Description |
---|
OverloadMethodSet(ClassFile classFile,
OverloadMethodSet.MethodData actualPrototype,
java.util.List<OverloadMethodSet.MethodData> allPrototypes) |