T
- The return type of the visit operation. Use Void
for
operations with no return type.public class DescriptionStepBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements DescriptionStepVisitor<T>
DescriptionStepVisitor
,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.Constructor and Description |
---|
DescriptionStepBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
public T visitParse(DescriptionStepParser.ParseContext ctx)
DescriptionStepParser.parse()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitParse
in interface DescriptionStepVisitor<T>
ctx
- the parse treepublic T visitExpr(DescriptionStepParser.ExprContext ctx)
DescriptionStepParser.expr()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitExpr
in interface DescriptionStepVisitor<T>
ctx
- the parse treepublic T visitKeywordExpression(DescriptionStepParser.KeywordExpressionContext ctx)
DescriptionStepParser.keywordExpression()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitKeywordExpression
in interface DescriptionStepVisitor<T>
ctx
- the parse treepublic T visitSetExpression(DescriptionStepParser.SetExpressionContext ctx)
DescriptionStepParser.setExpression()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitSetExpression
in interface DescriptionStepVisitor<T>
ctx
- the parse treepublic T visitFunctionDeclarationExpression(DescriptionStepParser.FunctionDeclarationExpressionContext ctx)
DescriptionStepParser.functionDeclarationExpression()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitFunctionDeclarationExpression
in interface DescriptionStepVisitor<T>
ctx
- the parse treepublic T visitFunctionDeclarationEndExpression(DescriptionStepParser.FunctionDeclarationEndExpressionContext ctx)
DescriptionStepParser.functionDeclarationEndExpression()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitFunctionDeclarationEndExpression
in interface DescriptionStepVisitor<T>
ctx
- the parse treepublic T visitAssignment(DescriptionStepParser.AssignmentContext ctx)
DescriptionStepParser.assignment()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitAssignment
in interface DescriptionStepVisitor<T>
ctx
- the parse treepublic T visitKeywordParameter(DescriptionStepParser.KeywordParameterContext ctx)
DescriptionStepParser.keywordParameter()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitKeywordParameter
in interface DescriptionStepVisitor<T>
ctx
- the parse treepublic T visitKeywordName(DescriptionStepParser.KeywordNameContext ctx)
DescriptionStepParser.keywordName()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitKeywordName
in interface DescriptionStepVisitor<T>
ctx
- the parse treepublic T visitAttributeName(DescriptionStepParser.AttributeNameContext ctx)
DescriptionStepParser.attributeName()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitAttributeName
in interface DescriptionStepVisitor<T>
ctx
- the parse treepublic T visitAttributeValue(DescriptionStepParser.AttributeValueContext ctx)
DescriptionStepParser.attributeValue()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitAttributeValue
in interface DescriptionStepVisitor<T>
ctx
- the parse treepublic T visitSetValue(DescriptionStepParser.SetValueContext ctx)
DescriptionStepParser.setValue()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitSetValue
in interface DescriptionStepVisitor<T>
ctx
- the parse treeCopyright © 2020. All rights reserved.