Class ImplicitFirstArgument

    • Method Detail

      • applyToModel

        public void applyToModel​(IResolvedTypes resolvedTypes)
        Description copied from interface: ILinkingCandidate
        Injects the resolved feature into the model with the same semantics as the implicit resolve of EMF. This implies that the linked feature call may still point to a proxy afterwards.
      • validate

        public boolean validate​(org.eclipse.xtext.util.IAcceptor<? super org.eclipse.xtext.diagnostics.AbstractDiagnostic> result)
        Description copied from interface: IApplicableCandidate
        Produce diagnostics for this condidate. It is not the responsibility of this candidate to propagate the acceptor to its children.
        Specified by:
        validate in interface IApplicableCandidate
        Overrides:
        validate in class AbstractImplicitFeature
        Returns:
        true if further validation should be performed.