Interface DescribableResolution
- All Superinterfaces:
Resolution
- All Known Subinterfaces:
ArrayResolution,ClassResolution,FieldResolution,MemberResolution,MethodResolution,NullResolution,PrimitiveResolution
public sealed interface DescribableResolution
extends Resolution
permits ArrayResolution, ClassResolution, MemberResolution, PrimitiveResolution, NullResolution
Resolution of some content that can be represented with a descriptor.
- Author:
- Matt Coley
-
Method Summary
Methods inherited from interface software.coley.sourcesolver.resolve.result.Resolution
isUnknown
-
Method Details
-
getDescribableEntry
- Returns:
- The resolved describable entry.
-
matches
- Specified by:
matchesin interfaceResolution- Parameters:
other- Other resolution to check against.- Returns:
trueif the other resolution represents the same resolved content.
-