Class Parser


  • public class Parser
    extends Object

    Parser of partial response patterns. This parser outputs an AST representing the partial response structure.

    It is very unlikely that you want to be working with the Parser and Ast directly, try Matcher instead.

    Author:
    Matt Nathan
    • Constructor Detail

      • Parser

        public Parser()
    • Method Detail

      • parse

        public AstNode parse​(CharSequence input)
        Parse the given partial response input, return the Ast for the pattern.