Class ConnectorExpressionPatternBaseListener
- All Implemented Interfaces:
ConnectorExpressionPatternListener,org.antlr.v4.runtime.tree.ParseTreeListener
ConnectorExpressionPatternListener,
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 byConnectorExpressionPatternParser.call().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byConnectorExpressionPatternParser.expression().voidEnter a parse tree produced byConnectorExpressionPatternParser.expressionCapture().voidEnter a parse tree produced byConnectorExpressionPatternParser.identifier().voidEnter a parse tree produced byConnectorExpressionPatternParser.number().voidEnter a parse tree produced byConnectorExpressionPatternParser.standaloneExpression().voidEnter a parse tree produced byConnectorExpressionPatternParser.standaloneType().voidEnter a parse tree produced byConnectorExpressionPatternParser.type().voidEnter a parse tree produced byConnectorExpressionPatternParser.typeParameter().voidExit a parse tree produced byConnectorExpressionPatternParser.call().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byConnectorExpressionPatternParser.expression().voidExit a parse tree produced byConnectorExpressionPatternParser.expressionCapture().voidExit a parse tree produced byConnectorExpressionPatternParser.identifier().voidExit a parse tree produced byConnectorExpressionPatternParser.number().voidExit a parse tree produced byConnectorExpressionPatternParser.standaloneExpression().voidExit a parse tree produced byConnectorExpressionPatternParser.standaloneType().voidExit a parse tree produced byConnectorExpressionPatternParser.type().voidExit a parse tree produced byConnectorExpressionPatternParser.typeParameter().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
ConnectorExpressionPatternBaseListener
public ConnectorExpressionPatternBaseListener()
-
-
Method Details
-
enterStandaloneExpression
public void enterStandaloneExpression(ConnectorExpressionPatternParser.StandaloneExpressionContext ctx) Enter a parse tree produced byConnectorExpressionPatternParser.standaloneExpression().The default implementation does nothing.
- Specified by:
enterStandaloneExpressionin interfaceConnectorExpressionPatternListener- Parameters:
ctx- the parse tree
-
exitStandaloneExpression
public void exitStandaloneExpression(ConnectorExpressionPatternParser.StandaloneExpressionContext ctx) Exit a parse tree produced byConnectorExpressionPatternParser.standaloneExpression().The default implementation does nothing.
- Specified by:
exitStandaloneExpressionin interfaceConnectorExpressionPatternListener- Parameters:
ctx- the parse tree
-
enterStandaloneType
Enter a parse tree produced byConnectorExpressionPatternParser.standaloneType().The default implementation does nothing.
- Specified by:
enterStandaloneTypein interfaceConnectorExpressionPatternListener- Parameters:
ctx- the parse tree
-
exitStandaloneType
Exit a parse tree produced byConnectorExpressionPatternParser.standaloneType().The default implementation does nothing.
- Specified by:
exitStandaloneTypein interfaceConnectorExpressionPatternListener- Parameters:
ctx- the parse tree
-
enterExpression
Enter a parse tree produced byConnectorExpressionPatternParser.expression().The default implementation does nothing.
- Specified by:
enterExpressionin interfaceConnectorExpressionPatternListener- Parameters:
ctx- the parse tree
-
exitExpression
Exit a parse tree produced byConnectorExpressionPatternParser.expression().The default implementation does nothing.
- Specified by:
exitExpressionin interfaceConnectorExpressionPatternListener- Parameters:
ctx- the parse tree
-
enterCall
Enter a parse tree produced byConnectorExpressionPatternParser.call().The default implementation does nothing.
- Specified by:
enterCallin interfaceConnectorExpressionPatternListener- Parameters:
ctx- the parse tree
-
exitCall
Exit a parse tree produced byConnectorExpressionPatternParser.call().The default implementation does nothing.
- Specified by:
exitCallin interfaceConnectorExpressionPatternListener- Parameters:
ctx- the parse tree
-
enterExpressionCapture
Enter a parse tree produced byConnectorExpressionPatternParser.expressionCapture().The default implementation does nothing.
- Specified by:
enterExpressionCapturein interfaceConnectorExpressionPatternListener- Parameters:
ctx- the parse tree
-
exitExpressionCapture
Exit a parse tree produced byConnectorExpressionPatternParser.expressionCapture().The default implementation does nothing.
- Specified by:
exitExpressionCapturein interfaceConnectorExpressionPatternListener- Parameters:
ctx- the parse tree
-
enterType
Enter a parse tree produced byConnectorExpressionPatternParser.type().The default implementation does nothing.
- Specified by:
enterTypein interfaceConnectorExpressionPatternListener- Parameters:
ctx- the parse tree
-
exitType
Exit a parse tree produced byConnectorExpressionPatternParser.type().The default implementation does nothing.
- Specified by:
exitTypein interfaceConnectorExpressionPatternListener- Parameters:
ctx- the parse tree
-
enterTypeParameter
Enter a parse tree produced byConnectorExpressionPatternParser.typeParameter().The default implementation does nothing.
- Specified by:
enterTypeParameterin interfaceConnectorExpressionPatternListener- Parameters:
ctx- the parse tree
-
exitTypeParameter
Exit a parse tree produced byConnectorExpressionPatternParser.typeParameter().The default implementation does nothing.
- Specified by:
exitTypeParameterin interfaceConnectorExpressionPatternListener- Parameters:
ctx- the parse tree
-
enterIdentifier
Enter a parse tree produced byConnectorExpressionPatternParser.identifier().The default implementation does nothing.
- Specified by:
enterIdentifierin interfaceConnectorExpressionPatternListener- Parameters:
ctx- the parse tree
-
exitIdentifier
Exit a parse tree produced byConnectorExpressionPatternParser.identifier().The default implementation does nothing.
- Specified by:
exitIdentifierin interfaceConnectorExpressionPatternListener- Parameters:
ctx- the parse tree
-
enterNumber
Enter a parse tree produced byConnectorExpressionPatternParser.number().The default implementation does nothing.
- Specified by:
enterNumberin interfaceConnectorExpressionPatternListener- Parameters:
ctx- the parse tree
-
exitNumber
Exit a parse tree produced byConnectorExpressionPatternParser.number().The default implementation does nothing.
- Specified by:
exitNumberin interfaceConnectorExpressionPatternListener- 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
-