Uses of Class
org.eolang.parser.ProgramParser.AheadContext
-
-
Uses of ProgramParser.AheadContext in org.eolang.parser
Methods in org.eolang.parser that return ProgramParser.AheadContext Modifier and Type Method Description ProgramParser.AheadContextProgramParser.AbstractionContext. ahead()ProgramParser.AheadContextProgramParser. ahead()ProgramParser.AheadContextProgramParser.AtomContext. ahead()ProgramParser.AheadContextProgramParser.InnerabstractContext. ahead()Methods in org.eolang.parser with parameters of type ProgramParser.AheadContext Modifier and Type Method Description voidProgramBaseListener. enterAhead(ProgramParser.AheadContext ctx)Enter a parse tree produced byProgramParser.ahead().voidProgramListener. enterAhead(ProgramParser.AheadContext ctx)Enter a parse tree produced byProgramParser.ahead().voidXeListener. enterAhead(ProgramParser.AheadContext ctx)voidProgramBaseListener. exitAhead(ProgramParser.AheadContext ctx)Exit a parse tree produced byProgramParser.ahead().voidProgramListener. exitAhead(ProgramParser.AheadContext ctx)Exit a parse tree produced byProgramParser.ahead().voidXeListener. exitAhead(ProgramParser.AheadContext ctx)
-