public class Syntax extends Object
| Constructor and Description |
|---|
Syntax(StringArrayList symbolTable,
Rule[] parserRules,
boolean priorities,
net.oneandone.sushi.util.IntBitSet whiteSymbols,
Rule[] scannerRules) |
| Modifier and Type | Method and Description |
|---|---|
Grammar |
getGrammar() |
Parser |
translate(int k,
int threadCount,
Output output)
Translate specification.
|
public static final String CONFLICT
public Syntax(StringArrayList symbolTable, Rule[] parserRules, boolean priorities, net.oneandone.sushi.util.IntBitSet whiteSymbols, Rule[] scannerRules) throws GenericException
GenericExceptionpublic Grammar getGrammar()
public Parser translate(int k, int threadCount, Output output) throws GenericException
GenericExceptionCopyright © 1998–2017 1&1. All rights reserved.