Uses of Class
org.eolang.parser.EoParser.ReversedContext
-
-
Uses of EoParser.ReversedContext in org.eolang.parser
Methods in org.eolang.parser that return EoParser.ReversedContext Modifier and Type Method Description EoParser.ReversedContext
EoParser.HapplicationReversedContext. reversed()
EoParser.ReversedContext
EoParser. reversed()
EoParser.ReversedContext
EoParser.VapplicationArgBoundNextContext. reversed()
EoParser.ReversedContext
EoParser.VapplicationArgUnboundNextContext. reversed()
EoParser.ReversedContext
EoParser.VapplicationContext. reversed()
EoParser.ReversedContext
EoParser.VmethodHeadVapplicationContext. reversed()
Methods in org.eolang.parser with parameters of type EoParser.ReversedContext Modifier and Type Method Description void
EoBaseListener. enterReversed(EoParser.ReversedContext ctx)
Enter a parse tree produced byEoParser.reversed()
.void
EoListener. enterReversed(EoParser.ReversedContext ctx)
Enter a parse tree produced byEoParser.reversed()
.void
EoBaseListener. exitReversed(EoParser.ReversedContext ctx)
Exit a parse tree produced byEoParser.reversed()
.void
EoListener. exitReversed(EoParser.ReversedContext ctx)
Exit a parse tree produced byEoParser.reversed()
.
-