Package com.pressassociation.pr.parser
Class Parser
- java.lang.Object
-
- com.pressassociation.pr.parser.Parser
-
-
Constructor Summary
Constructors Constructor Description Parser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AstNodeparse(CharSequence input)Parse the given partial response input, return the Ast for the pattern.
-
-
-
Method Detail
-
parse
public AstNode parse(CharSequence input)
Parse the given partial response input, return the Ast for the pattern.
-
-