public static class TomlParser.InlineTableKeyvalsContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
InlineTableKeyvalsContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
List<TomlParser.InlineTableKeyvalsNonEmptyContext> |
inlineTableKeyvalsNonEmpty() |
TomlParser.InlineTableKeyvalsNonEmptyContext |
inlineTableKeyvalsNonEmpty(int i) |
List<TomlParser.InlineTableSepContext> |
inlineTableSep() |
TomlParser.InlineTableSepContext |
inlineTableSep(int i) |
List<TomlParser.WsContext> |
ws() |
TomlParser.WsContext |
ws(int i) |
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic InlineTableKeyvalsContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public List<TomlParser.WsContext> ws()
public TomlParser.WsContext ws(int i)
public List<TomlParser.InlineTableKeyvalsNonEmptyContext> inlineTableKeyvalsNonEmpty()
public TomlParser.InlineTableKeyvalsNonEmptyContext inlineTableKeyvalsNonEmpty(int i)
public List<TomlParser.InlineTableSepContext> inlineTableSep()
public TomlParser.InlineTableSepContext inlineTableSep(int i)
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.