Package hudson.model.labels
Interface LabelExpressionParserListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
LabelExpressionParserBaseListener
public interface LabelExpressionParserListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
LabelExpressionParser
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
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()
.Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterExpr
Enter a parse tree produced byLabelExpressionParser.expr()
.- Parameters:
ctx
- the parse tree
-
exitExpr
Exit a parse tree produced byLabelExpressionParser.expr()
.- Parameters:
ctx
- the parse tree
-
enterTerm1
Enter a parse tree produced byLabelExpressionParser.term1()
.- Parameters:
ctx
- the parse tree
-
exitTerm1
Exit a parse tree produced byLabelExpressionParser.term1()
.- Parameters:
ctx
- the parse tree
-
enterTerm2
Enter a parse tree produced byLabelExpressionParser.term2()
.- Parameters:
ctx
- the parse tree
-
exitTerm2
Exit a parse tree produced byLabelExpressionParser.term2()
.- Parameters:
ctx
- the parse tree
-
enterTerm3
Enter a parse tree produced byLabelExpressionParser.term3()
.- Parameters:
ctx
- the parse tree
-
exitTerm3
Exit a parse tree produced byLabelExpressionParser.term3()
.- Parameters:
ctx
- the parse tree
-
enterTerm4
Enter a parse tree produced byLabelExpressionParser.term4()
.- Parameters:
ctx
- the parse tree
-
exitTerm4
Exit a parse tree produced byLabelExpressionParser.term4()
.- Parameters:
ctx
- the parse tree
-
enterTerm5
Enter a parse tree produced byLabelExpressionParser.term5()
.- Parameters:
ctx
- the parse tree
-
exitTerm5
Exit a parse tree produced byLabelExpressionParser.term5()
.- Parameters:
ctx
- the parse tree
-
enterTerm6
Enter a parse tree produced byLabelExpressionParser.term6()
.- Parameters:
ctx
- the parse tree
-
exitTerm6
Exit a parse tree produced byLabelExpressionParser.term6()
.- Parameters:
ctx
- the parse tree
-