T
- The return type of the visit operation. Use Void
for
operations with no return type.public class LeafRefPathParserBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements LeafRefPathParserVisitor<T>
LeafRefPathParserVisitor
,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.Constructor and Description |
---|
LeafRefPathParserBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
public T visitPath_arg(LeafRefPathParser.Path_argContext ctx)
LeafRefPathParser.path_arg()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitPath_arg
in interface LeafRefPathParserVisitor<T>
ctx
- the parse treepublic T visitAbsolute_path(LeafRefPathParser.Absolute_pathContext ctx)
LeafRefPathParser.absolute_path()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitAbsolute_path
in interface LeafRefPathParserVisitor<T>
ctx
- the parse treepublic T visitRelative_path(LeafRefPathParser.Relative_pathContext ctx)
LeafRefPathParser.relative_path()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitRelative_path
in interface LeafRefPathParserVisitor<T>
ctx
- the parse treepublic T visitDescendant_path(LeafRefPathParser.Descendant_pathContext ctx)
LeafRefPathParser.descendant_path()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitDescendant_path
in interface LeafRefPathParserVisitor<T>
ctx
- the parse treepublic T visitPath_predicate(LeafRefPathParser.Path_predicateContext ctx)
LeafRefPathParser.path_predicate()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitPath_predicate
in interface LeafRefPathParserVisitor<T>
ctx
- the parse treepublic T visitPath_equality_expr(LeafRefPathParser.Path_equality_exprContext ctx)
LeafRefPathParser.path_equality_expr()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitPath_equality_expr
in interface LeafRefPathParserVisitor<T>
ctx
- the parse treepublic T visitPath_key_expr(LeafRefPathParser.Path_key_exprContext ctx)
LeafRefPathParser.path_key_expr()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitPath_key_expr
in interface LeafRefPathParserVisitor<T>
ctx
- the parse treepublic T visitRel_path_keyexpr(LeafRefPathParser.Rel_path_keyexprContext ctx)
LeafRefPathParser.rel_path_keyexpr()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitRel_path_keyexpr
in interface LeafRefPathParserVisitor<T>
ctx
- the parse treepublic T visitNode_identifier(LeafRefPathParser.Node_identifierContext ctx)
LeafRefPathParser.node_identifier()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitNode_identifier
in interface LeafRefPathParserVisitor<T>
ctx
- the parse treepublic T visitCurrent_function_invocation(LeafRefPathParser.Current_function_invocationContext ctx)
LeafRefPathParser.current_function_invocation()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitCurrent_function_invocation
in interface LeafRefPathParserVisitor<T>
ctx
- the parse treepublic T visitDescendant_schema_nodeid(LeafRefPathParser.Descendant_schema_nodeidContext ctx)
LeafRefPathParser.descendant_schema_nodeid()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitDescendant_schema_nodeid
in interface LeafRefPathParserVisitor<T>
ctx
- the parse treepublic T visitAbsolute_schema_nodeid(LeafRefPathParser.Absolute_schema_nodeidContext ctx)
LeafRefPathParser.absolute_schema_nodeid()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitAbsolute_schema_nodeid
in interface LeafRefPathParserVisitor<T>
ctx
- the parse treepublic T visitPrefix(LeafRefPathParser.PrefixContext ctx)
LeafRefPathParser.prefix()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitPrefix
in interface LeafRefPathParserVisitor<T>
ctx
- the parse treepublic T visitIdentifier(LeafRefPathParser.IdentifierContext ctx)
LeafRefPathParser.identifier()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitIdentifier
in interface LeafRefPathParserVisitor<T>
ctx
- the parse treeCopyright © 2019 OpenDaylight. All rights reserved.