Interface MultiClassResolution
- All Superinterfaces:
Resolution
Resolution of multiple classes.
Used for star imports.
- Author:
- Matt Coley
-
Method Summary
Methods inherited from interface software.coley.sourcesolver.resolve.result.Resolution
isUnknown
-
Method Details
-
getClassEntries
- Returns:
- List of the resolved classes.
-
matches
- Specified by:
matchesin interfaceResolution- Parameters:
other- Other resolution to check against.- Returns:
trueif the other resolution represents the same resolved content.
-