Package hudson.model.labels
Class LabelExpressionParserBaseListener
java.lang.Object
hudson.model.labels.LabelExpressionParserBaseListener
- All Implemented Interfaces:
LabelExpressionParserListener
,org.antlr.v4.runtime.tree.ParseTreeListener
public class LabelExpressionParserBaseListener
extends Object
implements LabelExpressionParserListener
This class provides an empty implementation of
LabelExpressionParserListener
,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
enterEveryRule
(org.antlr.v4.runtime.ParserRuleContext ctx) void
Enter a parse tree produced byLabelExpressionParser.expr()
.void
Enter a parse tree produced byLabelExpressionParser.term1()
.void
Enter a parse tree produced byLabelExpressionParser.term2()
.void
Enter a parse tree produced byLabelExpressionParser.term3()
.void
Enter a parse tree produced byLabelExpressionParser.term4()
.void
Enter a parse tree produced byLabelExpressionParser.term5()
.void
Enter a parse tree produced byLabelExpressionParser.term6()
.void
exitEveryRule
(org.antlr.v4.runtime.ParserRuleContext ctx) void
Exit a parse tree produced byLabelExpressionParser.expr()
.void
Exit a parse tree produced byLabelExpressionParser.term1()
.void
Exit a parse tree produced byLabelExpressionParser.term2()
.void
Exit a parse tree produced byLabelExpressionParser.term3()
.void
Exit a parse tree produced byLabelExpressionParser.term4()
.void
Exit a parse tree produced byLabelExpressionParser.term5()
.void
Exit a parse tree produced byLabelExpressionParser.term6()
.void
visitErrorNode
(org.antlr.v4.runtime.tree.ErrorNode node) void
visitTerminal
(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
LabelExpressionParserBaseListener
public LabelExpressionParserBaseListener()
-
-
Method Details
-
enterExpr
Enter a parse tree produced byLabelExpressionParser.expr()
.The default implementation does nothing.
- Specified by:
enterExpr
in interfaceLabelExpressionParserListener
- Parameters:
ctx
- the parse tree
-
exitExpr
Exit a parse tree produced byLabelExpressionParser.expr()
.The default implementation does nothing.
- Specified by:
exitExpr
in interfaceLabelExpressionParserListener
- Parameters:
ctx
- the parse tree
-
enterTerm1
Enter a parse tree produced byLabelExpressionParser.term1()
.The default implementation does nothing.
- Specified by:
enterTerm1
in interfaceLabelExpressionParserListener
- Parameters:
ctx
- the parse tree
-
exitTerm1
Exit a parse tree produced byLabelExpressionParser.term1()
.The default implementation does nothing.
- Specified by:
exitTerm1
in interfaceLabelExpressionParserListener
- Parameters:
ctx
- the parse tree
-
enterTerm2
Enter a parse tree produced byLabelExpressionParser.term2()
.The default implementation does nothing.
- Specified by:
enterTerm2
in interfaceLabelExpressionParserListener
- Parameters:
ctx
- the parse tree
-
exitTerm2
Exit a parse tree produced byLabelExpressionParser.term2()
.The default implementation does nothing.
- Specified by:
exitTerm2
in interfaceLabelExpressionParserListener
- Parameters:
ctx
- the parse tree
-
enterTerm3
Enter a parse tree produced byLabelExpressionParser.term3()
.The default implementation does nothing.
- Specified by:
enterTerm3
in interfaceLabelExpressionParserListener
- Parameters:
ctx
- the parse tree
-
exitTerm3
Exit a parse tree produced byLabelExpressionParser.term3()
.The default implementation does nothing.
- Specified by:
exitTerm3
in interfaceLabelExpressionParserListener
- Parameters:
ctx
- the parse tree
-
enterTerm4
Enter a parse tree produced byLabelExpressionParser.term4()
.The default implementation does nothing.
- Specified by:
enterTerm4
in interfaceLabelExpressionParserListener
- Parameters:
ctx
- the parse tree
-
exitTerm4
Exit a parse tree produced byLabelExpressionParser.term4()
.The default implementation does nothing.
- Specified by:
exitTerm4
in interfaceLabelExpressionParserListener
- Parameters:
ctx
- the parse tree
-
enterTerm5
Enter a parse tree produced byLabelExpressionParser.term5()
.The default implementation does nothing.
- Specified by:
enterTerm5
in interfaceLabelExpressionParserListener
- Parameters:
ctx
- the parse tree
-
exitTerm5
Exit a parse tree produced byLabelExpressionParser.term5()
.The default implementation does nothing.
- Specified by:
exitTerm5
in interfaceLabelExpressionParserListener
- Parameters:
ctx
- the parse tree
-
enterTerm6
Enter a parse tree produced byLabelExpressionParser.term6()
.The default implementation does nothing.
- Specified by:
enterTerm6
in interfaceLabelExpressionParserListener
- Parameters:
ctx
- the parse tree
-
exitTerm6
Exit a parse tree produced byLabelExpressionParser.term6()
.The default implementation does nothing.
- Specified by:
exitTerm6
in interfaceLabelExpressionParserListener
- Parameters:
ctx
- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
enterEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
exitEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Specified by:
visitTerminal
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Specified by:
visitErrorNode
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-