Class AxiomQueryParserBaseVisitor<T>
- Type Parameters:
T
- The return type of the visit operation. UseVoid
for operations with no return type.
- All Implemented Interfaces:
AxiomQueryParserVisitor<T>
,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- Direct Known Subclasses:
AxiomQueryContentAssistantVisitor
AxiomQueryParserVisitor
,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced by theandFilter
labeled alternative inAxiomQueryParser.filter()
.Visit a parse tree produced by theanonPlaceholder
labeled alternative inAxiomQueryParser.placeholder()
.Visit a parse tree produced byAxiomQueryParser.argument()
.Visit a parse tree produced byAxiomQueryParser.axiomPath()
.Visit a parse tree produced by thebooleanValue
labeled alternative inAxiomQueryParser.literalValue()
.Visit a parse tree produced byAxiomQueryParser.constant()
.Visit a parse tree produced by thedataName
labeled alternative inAxiomQueryParser.itemName()
.Visit a parse tree produced by theDereferenceComponent
labeled alternative inAxiomQueryParser.itemPathComponent()
.Visit a parse tree produced by theDescendantPath
labeled alternative inAxiomQueryParser.path()
.Visit a parse tree produced by thedoubleQuoteString
labeled alternative inAxiomQueryParser.stringLiteral()
.Visit a parse tree produced byAxiomQueryParser.expression()
.Visit a parse tree produced byAxiomQueryParser.filterName()
.Visit a parse tree produced byAxiomQueryParser.filterNameAlias()
.Visit a parse tree produced byAxiomQueryParser.firstComponent()
.Visit a parse tree produced by thefloatValue
labeled alternative inAxiomQueryParser.literalValue()
.Visit a parse tree produced by thegenFilter
labeled alternative inAxiomQueryParser.filter()
.Visit a parse tree produced by theIdentifierComponent
labeled alternative inAxiomQueryParser.itemPathComponent()
.Visit a parse tree produced by theinfraName
labeled alternative inAxiomQueryParser.itemName()
.Visit a parse tree produced by theintValue
labeled alternative inAxiomQueryParser.literalValue()
.Visit a parse tree produced by theItemComponent
labeled alternative inAxiomQueryParser.itemPathComponent()
.Visit a parse tree produced byAxiomQueryParser.itemFilter()
.Visit a parse tree produced byAxiomQueryParser.matchingRule()
.Visit a parse tree produced by themultilineString
labeled alternative inAxiomQueryParser.stringLiteral()
.Visit a parse tree produced by thenamedPlaceholder
labeled alternative inAxiomQueryParser.placeholder()
.Visit a parse tree produced byAxiomQueryParser.negation()
.Visit a parse tree produced by thenotFilter
labeled alternative inAxiomQueryParser.filter()
.Visit a parse tree produced by thenullValue
labeled alternative inAxiomQueryParser.literalValue()
.Visit a parse tree produced by theorFilter
labeled alternative inAxiomQueryParser.filter()
.Visit a parse tree produced byAxiomQueryParser.parent()
.Visit a parse tree produced by theParentPath
labeled alternative inAxiomQueryParser.path()
.Visit a parse tree produced by thePathAxiomPath
labeled alternative inAxiomQueryParser.path()
.Visit a parse tree produced byAxiomQueryParser.pathComponent()
.Visit a parse tree produced byAxiomQueryParser.pathValue()
.Visit a parse tree produced byAxiomQueryParser.prefixedName()
.Visit a parse tree produced byAxiomQueryParser.root()
.Visit a parse tree produced byAxiomQueryParser.script()
.Visit a parse tree produced byAxiomQueryParser.scriptMultiline()
.Visit a parse tree produced byAxiomQueryParser.scriptSingleline()
.Visit a parse tree produced by theSelfPath
labeled alternative inAxiomQueryParser.path()
.Visit a parse tree produced by thesingleQuoteString
labeled alternative inAxiomQueryParser.stringLiteral()
.Visit a parse tree produced byAxiomQueryParser.singleValue()
.Visit a parse tree produced by thestringValue
labeled alternative inAxiomQueryParser.literalValue()
.Visit a parse tree produced by thesubFilter
labeled alternative inAxiomQueryParser.filter()
.Visit a parse tree produced byAxiomQueryParser.subfilterOrValue()
.Visit a parse tree produced byAxiomQueryParser.subfilterSpec()
.Visit a parse tree produced byAxiomQueryParser.valueSet()
.Visit a parse tree produced byAxiomQueryParser.variable()
.Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
AxiomQueryParserBaseVisitor
public AxiomQueryParserBaseVisitor()
-
-
Method Details
-
visitRoot
Visit a parse tree produced byAxiomQueryParser.root()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitRoot
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSingleQuoteString
Visit a parse tree produced by thesingleQuoteString
labeled alternative inAxiomQueryParser.stringLiteral()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSingleQuoteString
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDoubleQuoteString
Visit a parse tree produced by thedoubleQuoteString
labeled alternative inAxiomQueryParser.stringLiteral()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDoubleQuoteString
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMultilineString
Visit a parse tree produced by themultilineString
labeled alternative inAxiomQueryParser.stringLiteral()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitMultilineString
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBooleanValue
Visit a parse tree produced by thebooleanValue
labeled alternative inAxiomQueryParser.literalValue()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitBooleanValue
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIntValue
Visit a parse tree produced by theintValue
labeled alternative inAxiomQueryParser.literalValue()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIntValue
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFloatValue
Visit a parse tree produced by thefloatValue
labeled alternative inAxiomQueryParser.literalValue()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFloatValue
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitStringValue
Visit a parse tree produced by thestringValue
labeled alternative inAxiomQueryParser.literalValue()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitStringValue
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNullValue
Visit a parse tree produced by thenullValue
labeled alternative inAxiomQueryParser.literalValue()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitNullValue
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDataName
Visit a parse tree produced by thedataName
labeled alternative inAxiomQueryParser.itemName()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDataName
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInfraName
Visit a parse tree produced by theinfraName
labeled alternative inAxiomQueryParser.itemName()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitInfraName
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPrefixedName
Visit a parse tree produced byAxiomQueryParser.prefixedName()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPrefixedName
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitArgument
Visit a parse tree produced byAxiomQueryParser.argument()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitArgument
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitVariable
Visit a parse tree produced byAxiomQueryParser.variable()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitVariable
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitParent
Visit a parse tree produced byAxiomQueryParser.parent()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitParent
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFirstComponent
Visit a parse tree produced byAxiomQueryParser.firstComponent()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFirstComponent
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAxiomPath
Visit a parse tree produced byAxiomQueryParser.axiomPath()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitAxiomPath
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPathComponent
Visit a parse tree produced byAxiomQueryParser.pathComponent()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPathComponent
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPathValue
Visit a parse tree produced byAxiomQueryParser.pathValue()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPathValue
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIdentifierComponent
Visit a parse tree produced by theIdentifierComponent
labeled alternative inAxiomQueryParser.itemPathComponent()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIdentifierComponent
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDereferenceComponent
Visit a parse tree produced by theDereferenceComponent
labeled alternative inAxiomQueryParser.itemPathComponent()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDereferenceComponent
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitItemComponent
Visit a parse tree produced by theItemComponent
labeled alternative inAxiomQueryParser.itemPathComponent()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitItemComponent
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDescendantPath
Visit a parse tree produced by theDescendantPath
labeled alternative inAxiomQueryParser.path()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDescendantPath
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitParentPath
Visit a parse tree produced by theParentPath
labeled alternative inAxiomQueryParser.path()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitParentPath
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPathAxiomPath
Visit a parse tree produced by thePathAxiomPath
labeled alternative inAxiomQueryParser.path()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPathAxiomPath
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSelfPath
Visit a parse tree produced by theSelfPath
labeled alternative inAxiomQueryParser.path()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSelfPath
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFilterNameAlias
Visit a parse tree produced byAxiomQueryParser.filterNameAlias()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFilterNameAlias
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFilterName
Visit a parse tree produced byAxiomQueryParser.filterName()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFilterName
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMatchingRule
Visit a parse tree produced byAxiomQueryParser.matchingRule()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitMatchingRule
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSingleValue
Visit a parse tree produced byAxiomQueryParser.singleValue()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSingleValue
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitValueSet
Visit a parse tree produced byAxiomQueryParser.valueSet()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitValueSet
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNegation
Visit a parse tree produced byAxiomQueryParser.negation()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitNegation
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNotFilter
Visit a parse tree produced by thenotFilter
labeled alternative inAxiomQueryParser.filter()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitNotFilter
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGenFilter
Visit a parse tree produced by thegenFilter
labeled alternative inAxiomQueryParser.filter()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitGenFilter
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAndFilter
Visit a parse tree produced by theandFilter
labeled alternative inAxiomQueryParser.filter()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitAndFilter
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOrFilter
Visit a parse tree produced by theorFilter
labeled alternative inAxiomQueryParser.filter()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOrFilter
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSubFilter
Visit a parse tree produced by thesubFilter
labeled alternative inAxiomQueryParser.filter()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSubFilter
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSubfilterSpec
Visit a parse tree produced byAxiomQueryParser.subfilterSpec()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSubfilterSpec
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitItemFilter
Visit a parse tree produced byAxiomQueryParser.itemFilter()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitItemFilter
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSubfilterOrValue
Visit a parse tree produced byAxiomQueryParser.subfilterOrValue()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSubfilterOrValue
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNamedPlaceholder
Visit a parse tree produced by thenamedPlaceholder
labeled alternative inAxiomQueryParser.placeholder()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitNamedPlaceholder
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAnonPlaceholder
Visit a parse tree produced by theanonPlaceholder
labeled alternative inAxiomQueryParser.placeholder()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitAnonPlaceholder
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExpression
Visit a parse tree produced byAxiomQueryParser.expression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitExpression
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitScript
Visit a parse tree produced byAxiomQueryParser.script()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitScript
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitScriptSingleline
Visit a parse tree produced byAxiomQueryParser.scriptSingleline()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitScriptSingleline
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitScriptMultiline
Visit a parse tree produced byAxiomQueryParser.scriptMultiline()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitScriptMultiline
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConstant
Visit a parse tree produced byAxiomQueryParser.constant()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitConstant
in interfaceAxiomQueryParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-