Interface PhoneNumberParserListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
PhoneNumberParserBaseListener,PhoneNumberParseTreeListener
public interface PhoneNumberParserListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
PhoneNumberParser.-
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byPhoneNumberParser.globalNumber().voidEnter a parse tree produced byPhoneNumberParser.localNumber().voidEnter a parse tree produced byPhoneNumberParser.localNumberDigits().voidEnter a parse tree produced byPhoneNumberParser.parameter().voidEnter a parse tree produced byPhoneNumberParser.phoneContext().voidEnter a parse tree produced byPhoneNumberParser.phoneNumber().voidExit a parse tree produced byPhoneNumberParser.globalNumber().voidExit a parse tree produced byPhoneNumberParser.localNumber().voidExit a parse tree produced byPhoneNumberParser.localNumberDigits().voidExit a parse tree produced byPhoneNumberParser.parameter().voidExit a parse tree produced byPhoneNumberParser.phoneContext().voidExit a parse tree produced byPhoneNumberParser.phoneNumber().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterPhoneNumber
Enter a parse tree produced byPhoneNumberParser.phoneNumber().- Parameters:
ctx- the parse tree
-
exitPhoneNumber
Exit a parse tree produced byPhoneNumberParser.phoneNumber().- Parameters:
ctx- the parse tree
-
enterGlobalNumber
Enter a parse tree produced byPhoneNumberParser.globalNumber().- Parameters:
ctx- the parse tree
-
exitGlobalNumber
Exit a parse tree produced byPhoneNumberParser.globalNumber().- Parameters:
ctx- the parse tree
-
enterLocalNumber
Enter a parse tree produced byPhoneNumberParser.localNumber().- Parameters:
ctx- the parse tree
-
exitLocalNumber
Exit a parse tree produced byPhoneNumberParser.localNumber().- Parameters:
ctx- the parse tree
-
enterPhoneContext
Enter a parse tree produced byPhoneNumberParser.phoneContext().- Parameters:
ctx- the parse tree
-
exitPhoneContext
Exit a parse tree produced byPhoneNumberParser.phoneContext().- Parameters:
ctx- the parse tree
-
enterLocalNumberDigits
Enter a parse tree produced byPhoneNumberParser.localNumberDigits().- Parameters:
ctx- the parse tree
-
exitLocalNumberDigits
Exit a parse tree produced byPhoneNumberParser.localNumberDigits().- Parameters:
ctx- the parse tree
-
enterParameter
Enter a parse tree produced byPhoneNumberParser.parameter().- Parameters:
ctx- the parse tree
-
exitParameter
Exit a parse tree produced byPhoneNumberParser.parameter().- Parameters:
ctx- the parse tree
-