class BridgeMethodResolver
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
BridgeMethodResolver.BridgedFinder |
Modifier and Type | Field and Description |
---|---|
private java.util.Map |
declToBridge |
Constructor and Description |
---|
BridgeMethodResolver(java.util.Map declToBridge) |
Modifier and Type | Method and Description |
---|---|
java.util.Map |
resolveAll()
Finds all bridge methods that are being called with invokespecial &
returns them.
|