Interface PegRule<R>

  • Type Parameters:
    R - Type of the product text parsing
    All Known Implementing Classes:
    AbstractRule, PegWordRule

    public interface PegRule<R>
    Rule used in PEG. parsing expression grammar.
    Author:
    pchretien