Interface MultiMemberResolution

All Superinterfaces:
Resolution

public non-sealed interface MultiMemberResolution extends Resolution
Resolution of multiple members. Used for static imports.
Author:
Matt Coley
  • Method Details

    • getMemberEntries

      @Nonnull List<ClassMemberPair> getMemberEntries()
      Returns:
      List of the resolved members.
    • matches

      default boolean matches(@Nonnull Resolution other)
      Specified by:
      matches in interface Resolution
      Parameters:
      other - Other resolution to check against.
      Returns:
      true if the other resolution represents the same resolved content.