Class ParseRunner


  • public class ParseRunner
    extends Object
    Performs parsing of a given grammar rule on a given input text.

    This class is not intended to be subclassed by clients.

    Since:
    1.16
    • Constructor Detail

      • ParseRunner

        public ParseRunner​(Rule rule)