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.AheadContext
EoParser. ahead()
EoParser.AheadContext
EoParser.AtomContext. ahead()
EoParser.AheadContext
EoParser.FormationContext. ahead()
EoParser.AheadContext
EoParser.InnerformateeContext. ahead()
Methods in org.eolang.parser with parameters of type EoParser.AheadContext Modifier and Type Method Description void
EoBaseListener. enterAhead(EoParser.AheadContext ctx)
Enter a parse tree produced byEoParser.ahead()
.void
EoListener. enterAhead(EoParser.AheadContext ctx)
Enter a parse tree produced byEoParser.ahead()
.void
XeEoListener. enterAhead(EoParser.AheadContext ctx)
void
EoBaseListener. exitAhead(EoParser.AheadContext ctx)
Exit a parse tree produced byEoParser.ahead()
.void
EoListener. exitAhead(EoParser.AheadContext ctx)
Exit a parse tree produced byEoParser.ahead()
.void
XeEoListener. exitAhead(EoParser.AheadContext ctx)
-