Class TemplateParameterParserBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,TemplateParameterParserListener
TemplateParameterParserListener,
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 TypeMethodDescriptionvoidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byTemplateParameterParser.matcherName().voidEnter a parse tree produced byTemplateParameterParser.matcherPattern().voidEnter a parse tree produced byTemplateParameterParser.parameterName().voidEnter a parse tree produced byTemplateParameterParser.patternType().voidEnter a parse tree produced byTemplateParameterParser.type().voidEnter a parse tree produced byTemplateParameterParser.typeArray().voidEnter a parse tree produced byTemplateParameterParser.typedPattern().voidEnter a parse tree produced byTemplateParameterParser.typeName().voidEnter a parse tree produced byTemplateParameterParser.typeParameter().voidEnter a parse tree produced byTemplateParameterParser.variance().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byTemplateParameterParser.matcherName().voidExit a parse tree produced byTemplateParameterParser.matcherPattern().voidExit a parse tree produced byTemplateParameterParser.parameterName().voidExit a parse tree produced byTemplateParameterParser.patternType().voidExit a parse tree produced byTemplateParameterParser.type().voidExit a parse tree produced byTemplateParameterParser.typeArray().voidExit a parse tree produced byTemplateParameterParser.typedPattern().voidExit a parse tree produced byTemplateParameterParser.typeName().voidExit a parse tree produced byTemplateParameterParser.typeParameter().voidExit a parse tree produced byTemplateParameterParser.variance().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
TemplateParameterParserBaseListener
public TemplateParameterParserBaseListener()
-
-
Method Details
-
enterMatcherPattern
Enter a parse tree produced byTemplateParameterParser.matcherPattern().The default implementation does nothing.
- Specified by:
enterMatcherPatternin interfaceTemplateParameterParserListener- Parameters:
ctx- the parse tree
-
exitMatcherPattern
Exit a parse tree produced byTemplateParameterParser.matcherPattern().The default implementation does nothing.
- Specified by:
exitMatcherPatternin interfaceTemplateParameterParserListener- Parameters:
ctx- the parse tree
-
enterTypedPattern
Enter a parse tree produced byTemplateParameterParser.typedPattern().The default implementation does nothing.
- Specified by:
enterTypedPatternin interfaceTemplateParameterParserListener- Parameters:
ctx- the parse tree
-
exitTypedPattern
Exit a parse tree produced byTemplateParameterParser.typedPattern().The default implementation does nothing.
- Specified by:
exitTypedPatternin interfaceTemplateParameterParserListener- Parameters:
ctx- the parse tree
-
enterPatternType
Enter a parse tree produced byTemplateParameterParser.patternType().The default implementation does nothing.
- Specified by:
enterPatternTypein interfaceTemplateParameterParserListener- Parameters:
ctx- the parse tree
-
exitPatternType
Exit a parse tree produced byTemplateParameterParser.patternType().The default implementation does nothing.
- Specified by:
exitPatternTypein interfaceTemplateParameterParserListener- Parameters:
ctx- the parse tree
-
enterType
Enter a parse tree produced byTemplateParameterParser.type().The default implementation does nothing.
- Specified by:
enterTypein interfaceTemplateParameterParserListener- Parameters:
ctx- the parse tree
-
exitType
Exit a parse tree produced byTemplateParameterParser.type().The default implementation does nothing.
- Specified by:
exitTypein interfaceTemplateParameterParserListener- Parameters:
ctx- the parse tree
-
enterTypeParameter
Enter a parse tree produced byTemplateParameterParser.typeParameter().The default implementation does nothing.
- Specified by:
enterTypeParameterin interfaceTemplateParameterParserListener- Parameters:
ctx- the parse tree
-
exitTypeParameter
Exit a parse tree produced byTemplateParameterParser.typeParameter().The default implementation does nothing.
- Specified by:
exitTypeParameterin interfaceTemplateParameterParserListener- Parameters:
ctx- the parse tree
-
enterVariance
Enter a parse tree produced byTemplateParameterParser.variance().The default implementation does nothing.
- Specified by:
enterVariancein interfaceTemplateParameterParserListener- Parameters:
ctx- the parse tree
-
exitVariance
Exit a parse tree produced byTemplateParameterParser.variance().The default implementation does nothing.
- Specified by:
exitVariancein interfaceTemplateParameterParserListener- Parameters:
ctx- the parse tree
-
enterTypeArray
Enter a parse tree produced byTemplateParameterParser.typeArray().The default implementation does nothing.
- Specified by:
enterTypeArrayin interfaceTemplateParameterParserListener- Parameters:
ctx- the parse tree
-
exitTypeArray
Exit a parse tree produced byTemplateParameterParser.typeArray().The default implementation does nothing.
- Specified by:
exitTypeArrayin interfaceTemplateParameterParserListener- Parameters:
ctx- the parse tree
-
enterParameterName
Enter a parse tree produced byTemplateParameterParser.parameterName().The default implementation does nothing.
- Specified by:
enterParameterNamein interfaceTemplateParameterParserListener- Parameters:
ctx- the parse tree
-
exitParameterName
Exit a parse tree produced byTemplateParameterParser.parameterName().The default implementation does nothing.
- Specified by:
exitParameterNamein interfaceTemplateParameterParserListener- Parameters:
ctx- the parse tree
-
enterTypeName
Enter a parse tree produced byTemplateParameterParser.typeName().The default implementation does nothing.
- Specified by:
enterTypeNamein interfaceTemplateParameterParserListener- Parameters:
ctx- the parse tree
-
exitTypeName
Exit a parse tree produced byTemplateParameterParser.typeName().The default implementation does nothing.
- Specified by:
exitTypeNamein interfaceTemplateParameterParserListener- Parameters:
ctx- the parse tree
-
enterMatcherName
Enter a parse tree produced byTemplateParameterParser.matcherName().The default implementation does nothing.
- Specified by:
enterMatcherNamein interfaceTemplateParameterParserListener- Parameters:
ctx- the parse tree
-
exitMatcherName
Exit a parse tree produced byTemplateParameterParser.matcherName().The default implementation does nothing.
- Specified by:
exitMatcherNamein interfaceTemplateParameterParserListener- 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
-