public static class ContentParserGenerator.Choice extends ContentParserGenerator.Rule
ContentParserGenerator.Rule.Visitor| Modifier and Type | Field and Description |
|---|---|
ContentParserGenerator.Rule[] |
alts |
| Constructor and Description |
|---|
Choice(ContentParserGenerator.Rule[] alts) |
public ContentParserGenerator.Rule[] alts
public Choice(ContentParserGenerator.Rule[] alts)
public void propagateFollow(Set<String> newFollow)
propagateFollow in class ContentParserGenerator.Rulesee also the complete user documentation .