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.ReversedContextEoParser.HapplicationReversedHeadContext. reversed()EoParser.ReversedContextEoParser. reversed()EoParser.ReversedContextEoParser.TvapplicationContext. reversed()EoParser.ReversedContextEoParser.VapplicationArgBoundNextContext. reversed()EoParser.ReversedContextEoParser.VapplicationArgUnboundNextContext. reversed()EoParser.ReversedContextEoParser.VapplicationContext. reversed()EoParser.ReversedContextEoParser.VmethodHeadVapplicationContext. reversed()Methods in org.eolang.parser with parameters of type EoParser.ReversedContext Modifier and Type Method Description voidEoBaseListener. enterReversed(EoParser.ReversedContext ctx)Enter a parse tree produced byEoParser.reversed().voidEoListener. enterReversed(EoParser.ReversedContext ctx)Enter a parse tree produced byEoParser.reversed().voidEoBaseListener. exitReversed(EoParser.ReversedContext ctx)Exit a parse tree produced byEoParser.reversed().voidEoListener. exitReversed(EoParser.ReversedContext ctx)Exit a parse tree produced byEoParser.reversed().
-