public final class SyncInfoValueGrammar extends AbstractGrammar<SyncInfoValueContainer>
| Modifier and Type | Field and Description |
|---|---|
private static Grammar<SyncInfoValueContainer> |
instance
The instance of grammar.
|
(package private) static boolean |
IS_DEBUG
Speedup for logs
|
(package private) static org.slf4j.Logger |
LOG
The logger
|
transitions| Modifier | Constructor and Description |
|---|---|
private |
SyncInfoValueGrammar()
Creates a new SyncInfoValueControlGrammar object.
|
| Modifier and Type | Method and Description |
|---|---|
static Grammar<SyncInfoValueContainer> |
getInstance()
This class is a singleton.
|
executeAction, getName, getTransition, setNamestatic final org.slf4j.Logger LOG
static final boolean IS_DEBUG
private static Grammar<SyncInfoValueContainer> instance
private SyncInfoValueGrammar()
public static Grammar<SyncInfoValueContainer> getInstance()