public static class TimeExpressionParser.DurationTypeContext
| Modifier and Type | Field and Description |
|---|---|
TimeOffsetType |
type |
| Constructor and Description |
|---|
DurationTypeContext() |
| Modifier and Type | Method and Description |
|---|---|
org.antlr.v4.runtime.tree.TerminalNode |
HOURS() |
org.antlr.v4.runtime.tree.TerminalNode |
MILLISECONDS() |
org.antlr.v4.runtime.tree.TerminalNode |
MINUTES() |
org.antlr.v4.runtime.tree.TerminalNode |
SECONDS() |
void |
enterRule() |
void |
exitRule() |
int |
getRuleIndex() |
public TimeOffsetType type
public org.antlr.v4.runtime.tree.TerminalNode HOURS()
public org.antlr.v4.runtime.tree.TerminalNode MINUTES()
public org.antlr.v4.runtime.tree.TerminalNode SECONDS()
public org.antlr.v4.runtime.tree.TerminalNode MILLISECONDS()
public int getRuleIndex()
public void enterRule()
public void exitRule()