Class TPHBaseVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>,TPHVisitor<T>
- Direct Known Subclasses:
TPHASTBuilder
TPHVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced byTPHParser.depends().Visit a parse tree produced byTPHParser.description().Visit a parse tree produced byTPHParser.doc().Visit a parse tree produced byTPHParser.id().Visit a parse tree produced byTPHParser.name().Visit a parse tree produced byTPHParser.reference().Visit a parse tree produced byTPHParser.run().Visit a parse tree produced byTPHParser.sequence().Visit a parse tree produced byTPHParser.status().Visit a parse tree produced byTPHParser.testCase().Visit a parse tree produced byTPHParser.testCaseProperty().Visit a parse tree produced byTPHParser.testData().Visit a parse tree produced byTPHParser.testPlan().Visit a parse tree produced byTPHParser.title().Visit a parse tree produced byTPHParser.tpMetadata().Visit a parse tree produced byTPHParser.url().Visit a parse tree produced byTPHParser.version().Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
TPHBaseVisitor
public TPHBaseVisitor()
-
-
Method Details
-
visitDoc
Visit a parse tree produced byTPHParser.doc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDocin interfaceTPHVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTestPlan
Visit a parse tree produced byTPHParser.testPlan().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTestPlanin interfaceTPHVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTpMetadata
Visit a parse tree produced byTPHParser.tpMetadata().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTpMetadatain interfaceTPHVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTestCase
Visit a parse tree produced byTPHParser.testCase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTestCasein interfaceTPHVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTestCaseProperty
Visit a parse tree produced byTPHParser.testCaseProperty().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTestCasePropertyin interfaceTPHVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSequence
Visit a parse tree produced byTPHParser.sequence().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSequencein interfaceTPHVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDepends
Visit a parse tree produced byTPHParser.depends().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDependsin interfaceTPHVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRun
Visit a parse tree produced byTPHParser.run().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRunin interfaceTPHVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTestData
Visit a parse tree produced byTPHParser.testData().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTestDatain interfaceTPHVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitId
Visit a parse tree produced byTPHParser.id().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdin interfaceTPHVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTitle
Visit a parse tree produced byTPHParser.title().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTitlein interfaceTPHVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDescription
Visit a parse tree produced byTPHParser.description().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDescriptionin interfaceTPHVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStatus
Visit a parse tree produced byTPHParser.status().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStatusin interfaceTPHVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUrl
Visit a parse tree produced byTPHParser.url().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUrlin interfaceTPHVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVersion
Visit a parse tree produced byTPHParser.version().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVersionin interfaceTPHVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReference
Visit a parse tree produced byTPHParser.reference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReferencein interfaceTPHVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitName
Visit a parse tree produced byTPHParser.name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNamein interfaceTPHVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-