Package org.qubership.atp.dataset.antlr4
Class ParameterListener
java.lang.Object
org.qubership.atp.dataset.antlr.DataSetParameterBaseListener
org.qubership.atp.dataset.antlr4.ParameterListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,DataSetParameterListener
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionParameterListener(MacroContext macroContext, ParameterPositionContext parameterPositionContext, boolean setEvaluate) Deprecated.Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Enter a parse tree produced byDataSetParameterParser.macro().voidDeprecated.Enter a parse tree produced byDataSetParameterParser.text().voidDeprecated.Exit a parse tree produced byDataSetParameterParser.macro().voidDeprecated.Exit a parse tree produced byDataSetParameterParser.text().Methods inherited from class org.qubership.atp.dataset.antlr.DataSetParameterBaseListener
enterEveryRule, enterMacroEnd, enterMacroStart, enterParameter, exitEveryRule, exitMacroEnd, exitMacroStart, exitParameter, visitErrorNode, visitTerminal
-
Constructor Details
-
ParameterListener
public ParameterListener(MacroContext macroContext, ParameterPositionContext parameterPositionContext, boolean setEvaluate) Deprecated.Constructor. Used for single parameter, so it need macro context, parameter position and evaluation flag.
-
-
Method Details
-
enterMacro
Deprecated.Description copied from class:DataSetParameterBaseListenerEnter a parse tree produced byDataSetParameterParser.macro().The default implementation does nothing.
- Specified by:
enterMacroin interfaceDataSetParameterListener- Overrides:
enterMacroin classDataSetParameterBaseListener- Parameters:
ctx- the parse tree
-
exitMacro
Deprecated.Description copied from class:DataSetParameterBaseListenerExit a parse tree produced byDataSetParameterParser.macro().The default implementation does nothing.
- Specified by:
exitMacroin interfaceDataSetParameterListener- Overrides:
exitMacroin classDataSetParameterBaseListener- Parameters:
ctx- the parse tree
-
enterText
Deprecated.Description copied from class:DataSetParameterBaseListenerEnter a parse tree produced byDataSetParameterParser.text().The default implementation does nothing.
- Specified by:
enterTextin interfaceDataSetParameterListener- Overrides:
enterTextin classDataSetParameterBaseListener- Parameters:
ctx- the parse tree
-
exitText
Deprecated.Description copied from class:DataSetParameterBaseListenerExit a parse tree produced byDataSetParameterParser.text().The default implementation does nothing.
- Specified by:
exitTextin interfaceDataSetParameterListener- Overrides:
exitTextin classDataSetParameterBaseListener- Parameters:
ctx- the parse tree
-