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, toInfoString
public 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.RuleContext
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule
in class org.antlr.v4.runtime.ParserRuleContext
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule
in class org.antlr.v4.runtime.ParserRuleContext
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept
in interface org.antlr.v4.runtime.tree.ParseTree
accept
in class org.antlr.v4.runtime.RuleContext
Copyright © 2021. All rights reserved.