Class MethodSignatureParserBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,MethodSignatureParserListener
MethodSignatureParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byMethodSignatureParser.classNameOrInterface().voidEnter a parse tree produced byMethodSignatureParser.dotDot().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byMethodSignatureParser.formalParametersPattern().voidEnter a parse tree produced byMethodSignatureParser.formalsPattern().voidEnter a parse tree produced byMethodSignatureParser.formalsPatternAfterDotDot().voidEnter a parse tree produced byMethodSignatureParser.formalTypePattern().voidEnter a parse tree produced byMethodSignatureParser.methodPattern().voidEnter a parse tree produced byMethodSignatureParser.optionalParensTypePattern().voidEnter a parse tree produced byMethodSignatureParser.simpleNamePattern().voidEnter a parse tree produced byMethodSignatureParser.targetTypePattern().voidExit a parse tree produced byMethodSignatureParser.classNameOrInterface().voidExit a parse tree produced byMethodSignatureParser.dotDot().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byMethodSignatureParser.formalParametersPattern().voidExit a parse tree produced byMethodSignatureParser.formalsPattern().voidExit a parse tree produced byMethodSignatureParser.formalsPatternAfterDotDot().voidExit a parse tree produced byMethodSignatureParser.formalTypePattern().voidExit a parse tree produced byMethodSignatureParser.methodPattern().voidExit a parse tree produced byMethodSignatureParser.optionalParensTypePattern().voidExit a parse tree produced byMethodSignatureParser.simpleNamePattern().voidExit a parse tree produced byMethodSignatureParser.targetTypePattern().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
MethodSignatureParserBaseListener
public MethodSignatureParserBaseListener()
-
-
Method Details
-
enterMethodPattern
Enter a parse tree produced byMethodSignatureParser.methodPattern().The default implementation does nothing.
- Specified by:
enterMethodPatternin interfaceMethodSignatureParserListener- Parameters:
ctx- the parse tree
-
exitMethodPattern
Exit a parse tree produced byMethodSignatureParser.methodPattern().The default implementation does nothing.
- Specified by:
exitMethodPatternin interfaceMethodSignatureParserListener- Parameters:
ctx- the parse tree
-
enterFormalParametersPattern
Enter a parse tree produced byMethodSignatureParser.formalParametersPattern().The default implementation does nothing.
- Specified by:
enterFormalParametersPatternin interfaceMethodSignatureParserListener- Parameters:
ctx- the parse tree
-
exitFormalParametersPattern
Exit a parse tree produced byMethodSignatureParser.formalParametersPattern().The default implementation does nothing.
- Specified by:
exitFormalParametersPatternin interfaceMethodSignatureParserListener- Parameters:
ctx- the parse tree
-
enterFormalsPattern
Enter a parse tree produced byMethodSignatureParser.formalsPattern().The default implementation does nothing.
- Specified by:
enterFormalsPatternin interfaceMethodSignatureParserListener- Parameters:
ctx- the parse tree
-
exitFormalsPattern
Exit a parse tree produced byMethodSignatureParser.formalsPattern().The default implementation does nothing.
- Specified by:
exitFormalsPatternin interfaceMethodSignatureParserListener- Parameters:
ctx- the parse tree
-
enterDotDot
Enter a parse tree produced byMethodSignatureParser.dotDot().The default implementation does nothing.
- Specified by:
enterDotDotin interfaceMethodSignatureParserListener- Parameters:
ctx- the parse tree
-
exitDotDot
Exit a parse tree produced byMethodSignatureParser.dotDot().The default implementation does nothing.
- Specified by:
exitDotDotin interfaceMethodSignatureParserListener- Parameters:
ctx- the parse tree
-
enterFormalsPatternAfterDotDot
public void enterFormalsPatternAfterDotDot(MethodSignatureParser.FormalsPatternAfterDotDotContext ctx) Enter a parse tree produced byMethodSignatureParser.formalsPatternAfterDotDot().The default implementation does nothing.
- Specified by:
enterFormalsPatternAfterDotDotin interfaceMethodSignatureParserListener- Parameters:
ctx- the parse tree
-
exitFormalsPatternAfterDotDot
public void exitFormalsPatternAfterDotDot(MethodSignatureParser.FormalsPatternAfterDotDotContext ctx) Exit a parse tree produced byMethodSignatureParser.formalsPatternAfterDotDot().The default implementation does nothing.
- Specified by:
exitFormalsPatternAfterDotDotin interfaceMethodSignatureParserListener- Parameters:
ctx- the parse tree
-
enterOptionalParensTypePattern
public void enterOptionalParensTypePattern(MethodSignatureParser.OptionalParensTypePatternContext ctx) Enter a parse tree produced byMethodSignatureParser.optionalParensTypePattern().The default implementation does nothing.
- Specified by:
enterOptionalParensTypePatternin interfaceMethodSignatureParserListener- Parameters:
ctx- the parse tree
-
exitOptionalParensTypePattern
public void exitOptionalParensTypePattern(MethodSignatureParser.OptionalParensTypePatternContext ctx) Exit a parse tree produced byMethodSignatureParser.optionalParensTypePattern().The default implementation does nothing.
- Specified by:
exitOptionalParensTypePatternin interfaceMethodSignatureParserListener- Parameters:
ctx- the parse tree
-
enterTargetTypePattern
Enter a parse tree produced byMethodSignatureParser.targetTypePattern().The default implementation does nothing.
- Specified by:
enterTargetTypePatternin interfaceMethodSignatureParserListener- Parameters:
ctx- the parse tree
-
exitTargetTypePattern
Exit a parse tree produced byMethodSignatureParser.targetTypePattern().The default implementation does nothing.
- Specified by:
exitTargetTypePatternin interfaceMethodSignatureParserListener- Parameters:
ctx- the parse tree
-
enterFormalTypePattern
Enter a parse tree produced byMethodSignatureParser.formalTypePattern().The default implementation does nothing.
- Specified by:
enterFormalTypePatternin interfaceMethodSignatureParserListener- Parameters:
ctx- the parse tree
-
exitFormalTypePattern
Exit a parse tree produced byMethodSignatureParser.formalTypePattern().The default implementation does nothing.
- Specified by:
exitFormalTypePatternin interfaceMethodSignatureParserListener- Parameters:
ctx- the parse tree
-
enterClassNameOrInterface
Enter a parse tree produced byMethodSignatureParser.classNameOrInterface().The default implementation does nothing.
- Specified by:
enterClassNameOrInterfacein interfaceMethodSignatureParserListener- Parameters:
ctx- the parse tree
-
exitClassNameOrInterface
Exit a parse tree produced byMethodSignatureParser.classNameOrInterface().The default implementation does nothing.
- Specified by:
exitClassNameOrInterfacein interfaceMethodSignatureParserListener- Parameters:
ctx- the parse tree
-
enterSimpleNamePattern
Enter a parse tree produced byMethodSignatureParser.simpleNamePattern().The default implementation does nothing.
- Specified by:
enterSimpleNamePatternin interfaceMethodSignatureParserListener- Parameters:
ctx- the parse tree
-
exitSimpleNamePattern
Exit a parse tree produced byMethodSignatureParser.simpleNamePattern().The default implementation does nothing.
- Specified by:
exitSimpleNamePatternin interfaceMethodSignatureParserListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-