Uses of Class
org.qubership.atp.macros.core.parser.antlr4.MacrosParser.TextContext
Packages that use MacrosParser.TextContext
Package
Description
-
Uses of MacrosParser.TextContext in org.qubership.atp.macros.core.parser.antlr4
Methods in org.qubership.atp.macros.core.parser.antlr4 that return MacrosParser.TextContextModifier and TypeMethodDescriptionMacrosParser.BodyContext.text(int i) MacrosParser.MacroArgContext.text(int i) final MacrosParser.TextContextMacrosParser.text()Methods in org.qubership.atp.macros.core.parser.antlr4 that return types with arguments of type MacrosParser.TextContextModifier and TypeMethodDescriptionMacrosParser.BodyContext.text()MacrosParser.MacroArgContext.text()Methods in org.qubership.atp.macros.core.parser.antlr4 with parameters of type MacrosParser.TextContextModifier and TypeMethodDescriptionvoidMacrosBaseListener.enterText(MacrosParser.TextContext ctx) Enter a parse tree produced byMacrosParser.text().voidMacrosListener.enterText(MacrosParser.TextContext ctx) Enter a parse tree produced byMacrosParser.text().voidMacrosBaseListener.exitText(MacrosParser.TextContext ctx) Exit a parse tree produced byMacrosParser.text().voidMacrosListener.exitText(MacrosParser.TextContext ctx) Exit a parse tree produced byMacrosParser.text().MacrosBaseVisitor.visitText(MacrosParser.TextContext ctx) Visit a parse tree produced byMacrosParser.text().MacrosVisitor.visitText(MacrosParser.TextContext ctx) Visit a parse tree produced byMacrosParser.text(). -
Uses of MacrosParser.TextContext in org.qubership.atp.macros.core.processor
Methods in org.qubership.atp.macros.core.processor with parameters of type MacrosParser.TextContextModifier and TypeMethodDescriptionprotected abstract voidAbstractContext.pushArguments(MacrosParser.TextContext args) Invoked only on initialized context (in the macro).protected voidSimpleContext.pushArguments(MacrosParser.TextContext args) protected abstract voidAbstractContext.pushText(MacrosParser.TextContext text) Invoked only on uninitialized context (outside the macro).protected voidSimpleContext.pushText(MacrosParser.TextContext text) MacrosVisitorImpl.visitText(MacrosParser.TextContext ctx)