org.sonar.sslr.parser
Class ParseRunner
java.lang.Object
org.sonar.sslr.parser.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParseRunner
public ParseRunner(Rule rule)
parse
public ParsingResult parse(char[] input)
Copyright © 2009-2014 SonarSource. All Rights Reserved.