Interface IInterfacedFinder

    • Method Detail

      • getSConcept

        SAbstractConcept getSConcept()
        In fact, with FinderRegistry, the only client of this method would be GeneratedFinder itself, could be exposed from GF instead of this iface.
      • isApplicable

        boolean isApplicable​(SNode node)
      • isVisible

        boolean isVisible​(SNode node)
      • isUsedByDefault

        boolean isUsedByDefault​(SNode node)
      • getLongDescription

        String getLongDescription()
      • canNavigate

        boolean canNavigate()
        Is there any meaningful value other than true or getDeclarationNode != null?