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