public static class TomlParser.ValContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
ValContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
TomlParser.ArrayContext |
array() |
TomlParser.BoolContext |
bool() |
TomlParser.DateTimeContext |
dateTime() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
TomlParser.FloatingPointContext |
floatingPoint() |
int |
getRuleIndex() |
TomlParser.InlineTableContext |
inlineTable() |
TomlParser.IntegerContext |
integer() |
TomlParser.StringContext |
string() |
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic ValContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public TomlParser.StringContext string()
public TomlParser.BoolContext bool()
public TomlParser.ArrayContext array()
public TomlParser.DateTimeContext dateTime()
public TomlParser.FloatingPointContext floatingPoint()
public TomlParser.IntegerContext integer()
public TomlParser.InlineTableContext inlineTable()
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.ParserRuleContextCopyright © 2018 WSO2. All rights reserved.