| Modifier and Type | Method and Description |
|---|---|
InputAnalyzer.InputAnalyzerBuilder<G,P> |
InputAnalyzer.InputAnalyzerBuilder.andGroup(G identifier,
InputGroup<P> group)
Adds the given
InputGroup identified by the given identifier to the
InputAnalyzer to build. |
static <G extends Enum<G>,P extends Enum<P> & InputPart> |
InputAnalyzer.forGroup(G identifier,
InputGroup<P> group)
Begins a new
InputAnalyzer.InputAnalyzerBuilder. |
Copyright © 2020. All rights reserved.