public final class DesugaringData
extends java.lang.Object
getPath(). Combining DesugaringData for all runtime classes, we are able
to build the desugaring graph.
Information is produced by analyzing the class file that, and looking for all types in that file that might impact desugaring of the class. Those are the following:
Please note that for the removed paths, isLive() returns false.
| Modifier and Type | Method and Description |
|---|---|
java.nio.file.Path |
getPath()
This can be either a jar or .class file defining the type.
|