Class ReducedXtextResourceValidator

  • All Implemented Interfaces:
    IResourceValidator

    public class ReducedXtextResourceValidator
    extends ResourceValidatorImpl
    This resource validator for xtext grammars only reports syntactic errors and broken references to rule calls and super grammars.
    Noreference:
    This class is not intended to be referenced by clients.
    Noextend:
    This class is not intended to be subclassed by clients.
    Noinstantiate:
    This class is not intended to be instantiated by clients.
    • Constructor Detail

      • ReducedXtextResourceValidator

        public ReducedXtextResourceValidator()
    • Method Detail

      • validate

        protected void validate​(org.eclipse.emf.ecore.resource.Resource resource,
                                CheckMode mode,
                                org.eclipse.xtext.util.CancelIndicator monitor,
                                org.eclipse.xtext.util.IAcceptor<Issue> acceptor)
        Overrides:
        validate in class ResourceValidatorImpl