Class AxiomBaseVisitor<T>
- Type Parameters:
- T- The return type of the visit operation. Use- Voidfor operations with no return type.
- All Implemented Interfaces:
- AxiomVisitor<T>,- org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- Direct Known Subclasses:
- AbstractAxiomAntlrVisitor
AxiomVisitor,
 which can be extended to create a visitor which only needs to handle a subset
 of the available methods.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionVisit a parse tree produced byAxiomParser.argument().Visit a parse tree produced byAxiomParser.dataName().Visit a parse tree produced byAxiomParser.doubleQuoteString().Visit a parse tree produced byAxiomParser.file().Visit a parse tree produced byAxiomParser.infraName().Visit a parse tree produced byAxiomParser.item().Visit a parse tree produced byAxiomParser.itemName().Visit a parse tree produced byAxiomParser.itemValue().Visit a parse tree produced byAxiomParser.localName().Visit a parse tree produced byAxiomParser.multilineString().Visit a parse tree produced byAxiomParser.path().Visit a parse tree produced byAxiomParser.pathComponent().Visit a parse tree produced byAxiomParser.pathDataItem().Visit a parse tree produced byAxiomParser.pathInfraItem().Visit a parse tree produced byAxiomParser.pathValue().Visit a parse tree produced byAxiomParser.prefix().Visit a parse tree produced byAxiomParser.prefixedName().Visit a parse tree produced byAxiomParser.singleQuoteString().Visit a parse tree produced byAxiomParser.string().Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitoraggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitorvisit, visitChildren, visitErrorNode, visitTerminal
- 
Constructor Details- 
AxiomBaseVisitorpublic AxiomBaseVisitor()
 
- 
- 
Method Details- 
visitItemNameVisit a parse tree produced byAxiomParser.itemName().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitItemNamein interface- AxiomVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitDataNameVisit a parse tree produced byAxiomParser.dataName().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitDataNamein interface- AxiomVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitInfraNameVisit a parse tree produced byAxiomParser.infraName().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitInfraNamein interface- AxiomVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitFileVisit a parse tree produced byAxiomParser.file().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitFilein interface- AxiomVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitItemVisit a parse tree produced byAxiomParser.item().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitItemin interface- AxiomVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitItemValueVisit a parse tree produced byAxiomParser.itemValue().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitItemValuein interface- AxiomVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitPrefixedNameVisit a parse tree produced byAxiomParser.prefixedName().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitPrefixedNamein interface- AxiomVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitPrefixVisit a parse tree produced byAxiomParser.prefix().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitPrefixin interface- AxiomVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitLocalNameVisit a parse tree produced byAxiomParser.localName().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitLocalNamein interface- AxiomVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitArgumentVisit a parse tree produced byAxiomParser.argument().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitArgumentin interface- AxiomVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitStringVisit a parse tree produced byAxiomParser.string().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitStringin interface- AxiomVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitSingleQuoteStringVisit a parse tree produced byAxiomParser.singleQuoteString().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitSingleQuoteStringin interface- AxiomVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitDoubleQuoteStringVisit a parse tree produced byAxiomParser.doubleQuoteString().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitDoubleQuoteStringin interface- AxiomVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitMultilineStringVisit a parse tree produced byAxiomParser.multilineString().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitMultilineStringin interface- AxiomVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitPathVisit a parse tree produced byAxiomParser.path().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitPathin interface- AxiomVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitPathComponentVisit a parse tree produced byAxiomParser.pathComponent().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitPathComponentin interface- AxiomVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitPathDataItemVisit a parse tree produced byAxiomParser.pathDataItem().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitPathDataItemin interface- AxiomVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitPathInfraItemVisit a parse tree produced byAxiomParser.pathInfraItem().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitPathInfraItemin interface- AxiomVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitPathValueVisit a parse tree produced byAxiomParser.pathValue().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitPathValuein interface- AxiomVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 
-