Uses of Class
org.eolang.parser.EoParser.AheadContext
-
-
Uses of EoParser.AheadContext in org.eolang.parser
Methods in org.eolang.parser that return EoParser.AheadContext Modifier and Type Method Description EoParser.AheadContextEoParser. ahead()EoParser.AheadContextEoParser.AtomContext. ahead()EoParser.AheadContextEoParser.FormationContext. ahead()EoParser.AheadContextEoParser.InnerformateeContext. ahead()Methods in org.eolang.parser with parameters of type EoParser.AheadContext Modifier and Type Method Description voidEoBaseListener. enterAhead(EoParser.AheadContext ctx)Enter a parse tree produced byEoParser.ahead().voidEoListener. enterAhead(EoParser.AheadContext ctx)Enter a parse tree produced byEoParser.ahead().voidXeEoListener. enterAhead(EoParser.AheadContext ctx)voidEoBaseListener. exitAhead(EoParser.AheadContext ctx)Exit a parse tree produced byEoParser.ahead().voidEoListener. exitAhead(EoParser.AheadContext ctx)Exit a parse tree produced byEoParser.ahead().voidXeEoListener. exitAhead(EoParser.AheadContext ctx)
-