T
- The return type of the visit operation. Use Void
for
operations with no return type.public interface LeafRefPathParserVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
LeafRefPathParser
.T visitPath_arg(LeafRefPathParser.Path_argContext ctx)
LeafRefPathParser.path_arg()
.ctx
- the parse treeT visitAbsolute_path(LeafRefPathParser.Absolute_pathContext ctx)
LeafRefPathParser.absolute_path()
.ctx
- the parse treeT visitRelative_path(LeafRefPathParser.Relative_pathContext ctx)
LeafRefPathParser.relative_path()
.ctx
- the parse treeT visitDescendant_path(LeafRefPathParser.Descendant_pathContext ctx)
LeafRefPathParser.descendant_path()
.ctx
- the parse treeT visitPath_predicate(LeafRefPathParser.Path_predicateContext ctx)
LeafRefPathParser.path_predicate()
.ctx
- the parse treeT visitPath_equality_expr(LeafRefPathParser.Path_equality_exprContext ctx)
LeafRefPathParser.path_equality_expr()
.ctx
- the parse treeT visitPath_key_expr(LeafRefPathParser.Path_key_exprContext ctx)
LeafRefPathParser.path_key_expr()
.ctx
- the parse treeT visitRel_path_keyexpr(LeafRefPathParser.Rel_path_keyexprContext ctx)
LeafRefPathParser.rel_path_keyexpr()
.ctx
- the parse treeT visitNode_identifier(LeafRefPathParser.Node_identifierContext ctx)
LeafRefPathParser.node_identifier()
.ctx
- the parse treeT visitCurrent_function_invocation(LeafRefPathParser.Current_function_invocationContext ctx)
LeafRefPathParser.current_function_invocation()
.ctx
- the parse treeT visitDescendant_schema_nodeid(LeafRefPathParser.Descendant_schema_nodeidContext ctx)
LeafRefPathParser.descendant_schema_nodeid()
.ctx
- the parse treeT visitAbsolute_schema_nodeid(LeafRefPathParser.Absolute_schema_nodeidContext ctx)
LeafRefPathParser.absolute_schema_nodeid()
.ctx
- the parse treeT visitPrefix(LeafRefPathParser.PrefixContext ctx)
LeafRefPathParser.prefix()
.ctx
- the parse treeT visitIdentifier(LeafRefPathParser.IdentifierContext ctx)
LeafRefPathParser.identifier()
.ctx
- the parse treeCopyright © 2019 OpenDaylight. All rights reserved.