Uses of Class
org.eolang.parser.ProgramParser.VapplicationHeadAsContext
-
-
Uses of ProgramParser.VapplicationHeadAsContext in org.eolang.parser
Methods in org.eolang.parser that return ProgramParser.VapplicationHeadAsContext Modifier and Type Method Description ProgramParser.VapplicationHeadAsContext
ProgramParser.VapplicationArgsContext. vapplicationHeadAs(int i)
ProgramParser.VapplicationHeadAsContext
ProgramParser.VapplicationArgVapplicationContext. vapplicationHeadAs()
ProgramParser.VapplicationHeadAsContext
ProgramParser. vapplicationHeadAs()
Methods in org.eolang.parser that return types with arguments of type ProgramParser.VapplicationHeadAsContext Modifier and Type Method Description List<ProgramParser.VapplicationHeadAsContext>
ProgramParser.VapplicationArgsContext. vapplicationHeadAs()
Methods in org.eolang.parser with parameters of type ProgramParser.VapplicationHeadAsContext Modifier and Type Method Description void
ProgramBaseListener. enterVapplicationHeadAs(ProgramParser.VapplicationHeadAsContext ctx)
Enter a parse tree produced byProgramParser.vapplicationHeadAs()
.void
ProgramListener. enterVapplicationHeadAs(ProgramParser.VapplicationHeadAsContext ctx)
Enter a parse tree produced byProgramParser.vapplicationHeadAs()
.void
XeListener. enterVapplicationHeadAs(ProgramParser.VapplicationHeadAsContext ctx)
void
ProgramBaseListener. exitVapplicationHeadAs(ProgramParser.VapplicationHeadAsContext ctx)
Exit a parse tree produced byProgramParser.vapplicationHeadAs()
.void
ProgramListener. exitVapplicationHeadAs(ProgramParser.VapplicationHeadAsContext ctx)
Exit a parse tree produced byProgramParser.vapplicationHeadAs()
.void
XeListener. exitVapplicationHeadAs(ProgramParser.VapplicationHeadAsContext ctx)
-