public static class GetTextParser.EntryContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
EntryContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
GetTextParser.CommentsBlockContext |
commentsBlock() |
java.util.List<? extends GetTextParser.EmptyLineContext> |
emptyLine() |
GetTextParser.EmptyLineContext |
emptyLine(int i) |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
GetTextParser.MessagesBlockContext |
messagesBlock() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, emptyContext, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic EntryContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public GetTextParser.MessagesBlockContext messagesBlock()
public java.util.List<? extends GetTextParser.EmptyLineContext> emptyLine()
public GetTextParser.EmptyLineContext emptyLine(int i)
public GetTextParser.CommentsBlockContext commentsBlock()
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