public static class DirectivesParser.DirectiveContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
DirectiveContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic DirectiveContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public DirectivesParser.CommandContext command()
public List<DirectivesParser.CodeblockContext> codeblock()
public DirectivesParser.CodeblockContext codeblock(int i)
public List<DirectivesParser.IdentifierContext> identifier()
public DirectivesParser.IdentifierContext identifier(int i)
public List<DirectivesParser.MacroContext> macro()
public DirectivesParser.MacroContext macro(int i)
public List<DirectivesParser.TextContext> text()
public DirectivesParser.TextContext text(int i)
public List<DirectivesParser.NumberContext> number()
public DirectivesParser.NumberContext number(int i)
public List<DirectivesParser.BoolContext> bool()
public DirectivesParser.BoolContext bool(int i)
public List<DirectivesParser.ColumnContext> column()
public DirectivesParser.ColumnContext column(int i)
public List<DirectivesParser.ColListContext> colList()
public DirectivesParser.ColListContext colList(int i)
public List<DirectivesParser.NumberListContext> numberList()
public DirectivesParser.NumberListContext numberList(int i)
public List<DirectivesParser.BoolListContext> boolList()
public DirectivesParser.BoolListContext boolList(int i)
public List<DirectivesParser.StringListContext> stringList()
public DirectivesParser.StringListContext stringList(int i)
public List<DirectivesParser.NumberRangesContext> numberRanges()
public DirectivesParser.NumberRangesContext numberRanges(int i)
public List<DirectivesParser.PropertiesContext> properties()
public DirectivesParser.PropertiesContext properties(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.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 CDAP Licensed under the Apache License, Version 2.0.