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.AheadContext
ProgramParser.AbstractionContext. ahead()
ProgramParser.AheadContext
ProgramParser. ahead()
ProgramParser.AheadContext
ProgramParser.AtomContext. ahead()
ProgramParser.AheadContext
ProgramParser.InnerabstractContext. ahead()
Methods in org.eolang.parser with parameters of type ProgramParser.AheadContext Modifier and Type Method Description void
ProgramBaseListener. enterAhead(ProgramParser.AheadContext ctx)
Enter a parse tree produced byProgramParser.ahead()
.void
ProgramListener. enterAhead(ProgramParser.AheadContext ctx)
Enter a parse tree produced byProgramParser.ahead()
.void
XeListener. enterAhead(ProgramParser.AheadContext ctx)
void
ProgramBaseListener. exitAhead(ProgramParser.AheadContext ctx)
Exit a parse tree produced byProgramParser.ahead()
.void
ProgramListener. exitAhead(ProgramParser.AheadContext ctx)
Exit a parse tree produced byProgramParser.ahead()
.void
XeListener. exitAhead(ProgramParser.AheadContext ctx)
-