public static class HbsParser.StatementContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
StatementContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
HbsParser.AmpvarContext |
ampvar() |
HbsParser.BlockContext |
block() |
HbsParser.CommentContext |
comment() |
HbsParser.DelimitersContext |
delimiters() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
HbsParser.EscapeContext |
escape() |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
HbsParser.PartialContext |
partial() |
HbsParser.PartialBlockContext |
partialBlock() |
HbsParser.RawBlockContext |
rawBlock() |
HbsParser.TextContext |
text() |
HbsParser.TvarContext |
tvar() |
HbsParser.UnlessContext |
unless() |
HbsParser.VarContext |
var() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic StatementContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public HbsParser.TextContext text()
public HbsParser.BlockContext block()
public HbsParser.VarContext var()
public HbsParser.TvarContext tvar()
public HbsParser.AmpvarContext ampvar()
public HbsParser.UnlessContext unless()
public HbsParser.PartialContext partial()
public HbsParser.PartialBlockContext partialBlock()
public HbsParser.RawBlockContext rawBlock()
public HbsParser.EscapeContext escape()
public HbsParser.CommentContext comment()
public HbsParser.DelimitersContext delimiters()
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.ParserRuleContextpublic <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept in interface org.antlr.v4.runtime.tree.ParseTreeaccept in class org.antlr.v4.runtime.RuleContextCopyright © 2022. All rights reserved.