public abstract static class ContentParserGenerator.Rule extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ContentParserGenerator.Rule.Visitor |
Modifier and Type | Field and Description |
---|---|
Set<String> |
director |
boolean |
epsilon |
Set<String> |
first |
Set<String> |
follow |
ContentParserGenerator.Rule |
prefix |
Constructor and Description |
---|
Rule() |
public boolean epsilon
public ContentParserGenerator.Rule prefix
see also the complete user documentation .