Interface RuleResultFactory

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface RuleResultFactory
Builds the ordinary result while retaining diagnostics supplied by the shared terminal.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(List<Diagnostic> terminalDiagnostics)