public static class FieldsGrammarParser.ValueContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
ValueContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
FieldsGrammarParser.BooleanValueContext |
booleanValue() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
FieldsGrammarParser.FloatValueContext |
floatValue() |
int |
getRuleIndex() |
FieldsGrammarParser.IntValueContext |
intValue() |
FieldsGrammarParser.ListValueContext |
listValue() |
FieldsGrammarParser.NullValueContext |
nullValue() |
FieldsGrammarParser.ObjectValueContext |
objectValue() |
FieldsGrammarParser.StringValueContext |
stringValue() |
FieldsGrammarParser.TermValueContext |
termValue() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic ValueContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public FieldsGrammarParser.IntValueContext intValue()
public FieldsGrammarParser.FloatValueContext floatValue()
public FieldsGrammarParser.StringValueContext stringValue()
public FieldsGrammarParser.BooleanValueContext booleanValue()
public FieldsGrammarParser.NullValueContext nullValue()
public FieldsGrammarParser.TermValueContext termValue()
public FieldsGrammarParser.ListValueContext listValue()
public FieldsGrammarParser.ObjectValueContext objectValue()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule in class org.antlr.v4.runtime.ParserRuleContextpublic void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule in class org.antlr.v4.runtime.ParserRuleContext