Interface IApplicableCandidate

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void applyToModel​(IResolvedTypes resolvedTypes)
      Injects the resolved information into the model.
      boolean validate​(org.eclipse.xtext.util.IAcceptor<? super org.eclipse.xtext.diagnostics.AbstractDiagnostic> result)
      Produce diagnostics for this condidate.
    • Method Detail

      • applyToModel

        void applyToModel​(IResolvedTypes resolvedTypes)
        Injects the resolved information into the model.
      • validate

        boolean validate​(org.eclipse.xtext.util.IAcceptor<? super org.eclipse.xtext.diagnostics.AbstractDiagnostic> result)
        Produce diagnostics for this condidate. It is not the responsibility of this candidate to propagate the acceptor to its children.
        Returns:
        true if further validation should be performed.