T - The return type of the visit operation. Use Void for
operations with no return type.public interface DirectivesVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
DirectivesParser.T visitRecipe(DirectivesParser.RecipeContext ctx)
DirectivesParser.recipe().ctx - the parse treeT visitStatements(DirectivesParser.StatementsContext ctx)
DirectivesParser.statements().ctx - the parse treeT visitDirective(DirectivesParser.DirectiveContext ctx)
DirectivesParser.directive().ctx - the parse treeT visitIfStatement(DirectivesParser.IfStatementContext ctx)
DirectivesParser.ifStatement().ctx - the parse treeT visitIfStat(DirectivesParser.IfStatContext ctx)
DirectivesParser.ifStat().ctx - the parse treeT visitElseIfStat(DirectivesParser.ElseIfStatContext ctx)
DirectivesParser.elseIfStat().ctx - the parse treeT visitElseStat(DirectivesParser.ElseStatContext ctx)
DirectivesParser.elseStat().ctx - the parse treeT visitExpression(DirectivesParser.ExpressionContext ctx)
DirectivesParser.expression().ctx - the parse treeT visitForStatement(DirectivesParser.ForStatementContext ctx)
DirectivesParser.forStatement().ctx - the parse treeT visitMacro(DirectivesParser.MacroContext ctx)
DirectivesParser.macro().ctx - the parse treeT visitPragma(DirectivesParser.PragmaContext ctx)
DirectivesParser.pragma().ctx - the parse treeT visitPragmaLoadDirective(DirectivesParser.PragmaLoadDirectiveContext ctx)
DirectivesParser.pragmaLoadDirective().ctx - the parse treeT visitPragmaVersion(DirectivesParser.PragmaVersionContext ctx)
DirectivesParser.pragmaVersion().ctx - the parse treeT visitCodeblock(DirectivesParser.CodeblockContext ctx)
DirectivesParser.codeblock().ctx - the parse treeT visitIdentifier(DirectivesParser.IdentifierContext ctx)
DirectivesParser.identifier().ctx - the parse treeT visitProperties(DirectivesParser.PropertiesContext ctx)
DirectivesParser.properties().ctx - the parse treeT visitPropertyList(DirectivesParser.PropertyListContext ctx)
DirectivesParser.propertyList().ctx - the parse treeT visitProperty(DirectivesParser.PropertyContext ctx)
DirectivesParser.property().ctx - the parse treeT visitNumberRanges(DirectivesParser.NumberRangesContext ctx)
DirectivesParser.numberRanges().ctx - the parse treeT visitNumberRange(DirectivesParser.NumberRangeContext ctx)
DirectivesParser.numberRange().ctx - the parse treeT visitValue(DirectivesParser.ValueContext ctx)
DirectivesParser.value().ctx - the parse treeT visitEcommand(DirectivesParser.EcommandContext ctx)
DirectivesParser.ecommand().ctx - the parse treeT visitConfig(DirectivesParser.ConfigContext ctx)
DirectivesParser.config().ctx - the parse treeT visitColumn(DirectivesParser.ColumnContext ctx)
DirectivesParser.column().ctx - the parse treeT visitText(DirectivesParser.TextContext ctx)
DirectivesParser.text().ctx - the parse treeT visitNumber(DirectivesParser.NumberContext ctx)
DirectivesParser.number().ctx - the parse treeT visitBool(DirectivesParser.BoolContext ctx)
DirectivesParser.bool().ctx - the parse treeT visitCondition(DirectivesParser.ConditionContext ctx)
DirectivesParser.condition().ctx - the parse treeT visitCommand(DirectivesParser.CommandContext ctx)
DirectivesParser.command().ctx - the parse treeT visitColList(DirectivesParser.ColListContext ctx)
DirectivesParser.colList().ctx - the parse treeT visitNumberList(DirectivesParser.NumberListContext ctx)
DirectivesParser.numberList().ctx - the parse treeT visitBoolList(DirectivesParser.BoolListContext ctx)
DirectivesParser.boolList().ctx - the parse treeT visitStringList(DirectivesParser.StringListContext ctx)
DirectivesParser.stringList().ctx - the parse treeT visitIdentifierList(DirectivesParser.IdentifierListContext ctx)
DirectivesParser.identifierList().ctx - the parse treeCopyright © 2020 CDAP Licensed under the Apache License, Version 2.0.