Uses of Class
org.qubership.atp.macros.core.parser.antlr4.MacrosParser.SlashContext
Packages that use MacrosParser.SlashContext
Package
Description
-
Uses of MacrosParser.SlashContext in org.qubership.atp.macros.core.parser.antlr4
Methods in org.qubership.atp.macros.core.parser.antlr4 that return MacrosParser.SlashContextMethods in org.qubership.atp.macros.core.parser.antlr4 that return types with arguments of type MacrosParser.SlashContextMethods in org.qubership.atp.macros.core.parser.antlr4 with parameters of type MacrosParser.SlashContextModifier and TypeMethodDescriptionvoidMacrosBaseListener.enterSlash(MacrosParser.SlashContext ctx) Enter a parse tree produced byMacrosParser.slash().voidMacrosListener.enterSlash(MacrosParser.SlashContext ctx) Enter a parse tree produced byMacrosParser.slash().voidMacrosBaseListener.exitSlash(MacrosParser.SlashContext ctx) Exit a parse tree produced byMacrosParser.slash().voidMacrosListener.exitSlash(MacrosParser.SlashContext ctx) Exit a parse tree produced byMacrosParser.slash().MacrosBaseVisitor.visitSlash(MacrosParser.SlashContext ctx) Visit a parse tree produced byMacrosParser.slash().MacrosVisitor.visitSlash(MacrosParser.SlashContext ctx) Visit a parse tree produced byMacrosParser.slash(). -
Uses of MacrosParser.SlashContext in org.qubership.atp.macros.core.processor
Methods in org.qubership.atp.macros.core.processor with parameters of type MacrosParser.SlashContextModifier and TypeMethodDescriptionprotected abstract voidAbstractContext.pushArguments(MacrosParser.SlashContext args) Invoked only on initialized context (in the macro).protected voidSimpleContext.pushArguments(MacrosParser.SlashContext args) protected abstract voidAbstractContext.pushText(MacrosParser.SlashContext text) protected voidSimpleContext.pushText(MacrosParser.SlashContext text) MacrosVisitorImpl.visitSlash(MacrosParser.SlashContext ctx)