public static class FormulaParser.NumberContext
extends ParserRuleContext
| Constructor and Description |
|---|
NumberContext(ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(<any> visitor) |
java.util.List<TerminalNode> |
DIGIT() |
TerminalNode |
DIGIT(int i) |
int |
getRuleIndex() |
TerminalNode |
POINT() |
TerminalNode |
SUB() |