Uses of Class
org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroArgContext
Packages that use MacrosParser.MacroArgContext
Package
Description
-
Uses of MacrosParser.MacroArgContext in org.qubership.atp.macros.core.parser.antlr4
Methods in org.qubership.atp.macros.core.parser.antlr4 that return MacrosParser.MacroArgContextModifier and TypeMethodDescriptionMacrosParser.macroArg()MacrosParser.MacroParamContext.macroArg()Methods in org.qubership.atp.macros.core.parser.antlr4 with parameters of type MacrosParser.MacroArgContextModifier and TypeMethodDescriptionvoidMacrosBaseListener.enterMacroArg(MacrosParser.MacroArgContext ctx) Enter a parse tree produced byMacrosParser.macroArg().voidMacrosListener.enterMacroArg(MacrosParser.MacroArgContext ctx) Enter a parse tree produced byMacrosParser.macroArg().voidMacrosBaseListener.exitMacroArg(MacrosParser.MacroArgContext ctx) Exit a parse tree produced byMacrosParser.macroArg().voidMacrosListener.exitMacroArg(MacrosParser.MacroArgContext ctx) Exit a parse tree produced byMacrosParser.macroArg().MacrosBaseVisitor.visitMacroArg(MacrosParser.MacroArgContext ctx) Visit a parse tree produced byMacrosParser.macroArg().MacrosVisitor.visitMacroArg(MacrosParser.MacroArgContext ctx) Visit a parse tree produced byMacrosParser.macroArg(). -
Uses of MacrosParser.MacroArgContext in org.qubership.atp.macros.core.processor
Methods in org.qubership.atp.macros.core.processor with parameters of type MacrosParser.MacroArgContextModifier and TypeMethodDescriptionprotected StringSimpleContext.getArgument(MacrosParser.MacroArgContext arg)