Package org.qubership.atp.dataset.antlr
Interface DataSetParameterListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
DataSetParameterBaseListener,ParameterListener
public interface DataSetParameterListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
DataSetParameterParser.-
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byDataSetParameterParser.macro().voidEnter a parse tree produced byDataSetParameterParser.macroEnd().voidEnter a parse tree produced byDataSetParameterParser.macroStart().voidEnter a parse tree produced byDataSetParameterParser.parameter().voidEnter a parse tree produced byDataSetParameterParser.text().voidExit a parse tree produced byDataSetParameterParser.macro().voidExit a parse tree produced byDataSetParameterParser.macroEnd().voidExit a parse tree produced byDataSetParameterParser.macroStart().voidExit a parse tree produced byDataSetParameterParser.parameter().voidExit a parse tree produced byDataSetParameterParser.text().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterParameter
Enter a parse tree produced byDataSetParameterParser.parameter().- Parameters:
ctx- the parse tree
-
exitParameter
Exit a parse tree produced byDataSetParameterParser.parameter().- Parameters:
ctx- the parse tree
-
enterMacro
Enter a parse tree produced byDataSetParameterParser.macro().- Parameters:
ctx- the parse tree
-
exitMacro
Exit a parse tree produced byDataSetParameterParser.macro().- Parameters:
ctx- the parse tree
-
enterMacroStart
Enter a parse tree produced byDataSetParameterParser.macroStart().- Parameters:
ctx- the parse tree
-
exitMacroStart
Exit a parse tree produced byDataSetParameterParser.macroStart().- Parameters:
ctx- the parse tree
-
enterMacroEnd
Enter a parse tree produced byDataSetParameterParser.macroEnd().- Parameters:
ctx- the parse tree
-
exitMacroEnd
Exit a parse tree produced byDataSetParameterParser.macroEnd().- Parameters:
ctx- the parse tree
-
enterText
Enter a parse tree produced byDataSetParameterParser.text().- Parameters:
ctx- the parse tree
-
exitText
Exit a parse tree produced byDataSetParameterParser.text().- Parameters:
ctx- the parse tree
-