Uses of Class
org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacrosEndContext
Packages that use MacrosParser.MacrosEndContext
Package
Description
-
Uses of MacrosParser.MacrosEndContext in org.qubership.atp.macros.core.parser.antlr4
Methods in org.qubership.atp.macros.core.parser.antlr4 that return MacrosParser.MacrosEndContextModifier and TypeMethodDescriptionMacrosParser.EmptyMacrosContext.macrosEnd()MacrosParser.MacrosContext.macrosEnd()MacrosParser.macrosEnd()Methods in org.qubership.atp.macros.core.parser.antlr4 with parameters of type MacrosParser.MacrosEndContextModifier and TypeMethodDescriptionvoidMacrosBaseListener.enterMacrosEnd(MacrosParser.MacrosEndContext ctx) Enter a parse tree produced byMacrosParser.macrosEnd().voidMacrosListener.enterMacrosEnd(MacrosParser.MacrosEndContext ctx) Enter a parse tree produced byMacrosParser.macrosEnd().voidMacrosBaseListener.exitMacrosEnd(MacrosParser.MacrosEndContext ctx) Exit a parse tree produced byMacrosParser.macrosEnd().voidMacrosListener.exitMacrosEnd(MacrosParser.MacrosEndContext ctx) Exit a parse tree produced byMacrosParser.macrosEnd().MacrosBaseVisitor.visitMacrosEnd(MacrosParser.MacrosEndContext ctx) Visit a parse tree produced byMacrosParser.macrosEnd().MacrosVisitor.visitMacrosEnd(MacrosParser.MacrosEndContext ctx) Visit a parse tree produced byMacrosParser.macrosEnd(). -
Uses of MacrosParser.MacrosEndContext in org.qubership.atp.macros.core.processor
Methods in org.qubership.atp.macros.core.processor with parameters of type MacrosParser.MacrosEndContextModifier and TypeMethodDescriptionprotected abstract voidAbstractContext.notifyMacroEnds(MacrosParser.MacrosEndContext ctx) Args are filled up now.protected voidSimpleContext.notifyMacroEnds(MacrosParser.MacrosEndContext ctx) protected abstract voidAbstractContext.pushArguments(MacrosParser.MacrosEndContext args) Invoked only on initialized context (in the macro).protected voidSimpleContext.pushArguments(MacrosParser.MacrosEndContext args) protected abstract voidAbstractContext.pushText(MacrosParser.MacrosEndContext text) Invoked only on uninitialized context (outside the macro).protected voidSimpleContext.pushText(MacrosParser.MacrosEndContext text) protected abstract voidAbstractContext.reduce(MacrosParser.MacrosEndContext ctx, T child) Invoked on parent to notify that child (nested macro) is fully processed and should be aggregated with parent.protected voidSimpleContext.reduce(MacrosParser.MacrosEndContext ctx, SimpleContext child) MacrosVisitorImpl.visitMacrosEnd(MacrosParser.MacrosEndContext ctx)