public class LeafRefPathParserBaseListener extends Object implements LeafRefPathParserListener
LeafRefPathParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
LeafRefPathParserBaseListener() |
public void enterPath_arg(LeafRefPathParser.Path_argContext ctx)
LeafRefPathParser.path_arg().
The default implementation does nothing.
enterPath_arg in interface LeafRefPathParserListenerctx - the parse treepublic void exitPath_arg(LeafRefPathParser.Path_argContext ctx)
LeafRefPathParser.path_arg().
The default implementation does nothing.
exitPath_arg in interface LeafRefPathParserListenerctx - the parse treepublic void enterAbsolute_path(LeafRefPathParser.Absolute_pathContext ctx)
LeafRefPathParser.absolute_path().
The default implementation does nothing.
enterAbsolute_path in interface LeafRefPathParserListenerctx - the parse treepublic void exitAbsolute_path(LeafRefPathParser.Absolute_pathContext ctx)
LeafRefPathParser.absolute_path().
The default implementation does nothing.
exitAbsolute_path in interface LeafRefPathParserListenerctx - the parse treepublic void enterRelative_path(LeafRefPathParser.Relative_pathContext ctx)
LeafRefPathParser.relative_path().
The default implementation does nothing.
enterRelative_path in interface LeafRefPathParserListenerctx - the parse treepublic void exitRelative_path(LeafRefPathParser.Relative_pathContext ctx)
LeafRefPathParser.relative_path().
The default implementation does nothing.
exitRelative_path in interface LeafRefPathParserListenerctx - the parse treepublic void enterDescendant_path(LeafRefPathParser.Descendant_pathContext ctx)
LeafRefPathParser.descendant_path().
The default implementation does nothing.
enterDescendant_path in interface LeafRefPathParserListenerctx - the parse treepublic void exitDescendant_path(LeafRefPathParser.Descendant_pathContext ctx)
LeafRefPathParser.descendant_path().
The default implementation does nothing.
exitDescendant_path in interface LeafRefPathParserListenerctx - the parse treepublic void enterPath_predicate(LeafRefPathParser.Path_predicateContext ctx)
LeafRefPathParser.path_predicate().
The default implementation does nothing.
enterPath_predicate in interface LeafRefPathParserListenerctx - the parse treepublic void exitPath_predicate(LeafRefPathParser.Path_predicateContext ctx)
LeafRefPathParser.path_predicate().
The default implementation does nothing.
exitPath_predicate in interface LeafRefPathParserListenerctx - the parse treepublic void enterPath_equality_expr(LeafRefPathParser.Path_equality_exprContext ctx)
LeafRefPathParser.path_equality_expr().
The default implementation does nothing.
enterPath_equality_expr in interface LeafRefPathParserListenerctx - the parse treepublic void exitPath_equality_expr(LeafRefPathParser.Path_equality_exprContext ctx)
LeafRefPathParser.path_equality_expr().
The default implementation does nothing.
exitPath_equality_expr in interface LeafRefPathParserListenerctx - the parse treepublic void enterPath_key_expr(LeafRefPathParser.Path_key_exprContext ctx)
LeafRefPathParser.path_key_expr().
The default implementation does nothing.
enterPath_key_expr in interface LeafRefPathParserListenerctx - the parse treepublic void exitPath_key_expr(LeafRefPathParser.Path_key_exprContext ctx)
LeafRefPathParser.path_key_expr().
The default implementation does nothing.
exitPath_key_expr in interface LeafRefPathParserListenerctx - the parse treepublic void enterRel_path_keyexpr(LeafRefPathParser.Rel_path_keyexprContext ctx)
LeafRefPathParser.rel_path_keyexpr().
The default implementation does nothing.
enterRel_path_keyexpr in interface LeafRefPathParserListenerctx - the parse treepublic void exitRel_path_keyexpr(LeafRefPathParser.Rel_path_keyexprContext ctx)
LeafRefPathParser.rel_path_keyexpr().
The default implementation does nothing.
exitRel_path_keyexpr in interface LeafRefPathParserListenerctx - the parse treepublic void enterNode_identifier(LeafRefPathParser.Node_identifierContext ctx)
LeafRefPathParser.node_identifier().
The default implementation does nothing.
enterNode_identifier in interface LeafRefPathParserListenerctx - the parse treepublic void exitNode_identifier(LeafRefPathParser.Node_identifierContext ctx)
LeafRefPathParser.node_identifier().
The default implementation does nothing.
exitNode_identifier in interface LeafRefPathParserListenerctx - the parse treepublic void enterCurrent_function_invocation(LeafRefPathParser.Current_function_invocationContext ctx)
LeafRefPathParser.current_function_invocation().
The default implementation does nothing.
enterCurrent_function_invocation in interface LeafRefPathParserListenerctx - the parse treepublic void exitCurrent_function_invocation(LeafRefPathParser.Current_function_invocationContext ctx)
LeafRefPathParser.current_function_invocation().
The default implementation does nothing.
exitCurrent_function_invocation in interface LeafRefPathParserListenerctx - the parse treepublic void enterDescendant_schema_nodeid(LeafRefPathParser.Descendant_schema_nodeidContext ctx)
LeafRefPathParser.descendant_schema_nodeid().
The default implementation does nothing.
enterDescendant_schema_nodeid in interface LeafRefPathParserListenerctx - the parse treepublic void exitDescendant_schema_nodeid(LeafRefPathParser.Descendant_schema_nodeidContext ctx)
LeafRefPathParser.descendant_schema_nodeid().
The default implementation does nothing.
exitDescendant_schema_nodeid in interface LeafRefPathParserListenerctx - the parse treepublic void enterAbsolute_schema_nodeid(LeafRefPathParser.Absolute_schema_nodeidContext ctx)
LeafRefPathParser.absolute_schema_nodeid().
The default implementation does nothing.
enterAbsolute_schema_nodeid in interface LeafRefPathParserListenerctx - the parse treepublic void exitAbsolute_schema_nodeid(LeafRefPathParser.Absolute_schema_nodeidContext ctx)
LeafRefPathParser.absolute_schema_nodeid().
The default implementation does nothing.
exitAbsolute_schema_nodeid in interface LeafRefPathParserListenerctx - the parse treepublic void enterPrefix(LeafRefPathParser.PrefixContext ctx)
LeafRefPathParser.prefix().
The default implementation does nothing.
enterPrefix in interface LeafRefPathParserListenerctx - the parse treepublic void exitPrefix(LeafRefPathParser.PrefixContext ctx)
LeafRefPathParser.prefix().
The default implementation does nothing.
exitPrefix in interface LeafRefPathParserListenerctx - the parse treepublic void enterIdentifier(LeafRefPathParser.IdentifierContext ctx)
LeafRefPathParser.identifier().
The default implementation does nothing.
enterIdentifier in interface LeafRefPathParserListenerctx - the parse treepublic void exitIdentifier(LeafRefPathParser.IdentifierContext ctx)
LeafRefPathParser.identifier().
The default implementation does nothing.
exitIdentifier in interface LeafRefPathParserListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2018 OpenDaylight. All rights reserved.