public class ParserGenerator extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ParserGenerator.Token |
| Constructor and Description |
|---|
ParserGenerator(String grammar) |
public ParserGenerator(String grammar)
public Map<String,String> parse(String str) throws ParseException
ParseExceptionpublic boolean isVariableToken(String str)
Copyright © 2015 jwall.org. All Rights Reserved.