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.VapplicationHeadAsContextProgramParser.VapplicationArgsContext. vapplicationHeadAs(int i)ProgramParser.VapplicationHeadAsContextProgramParser.VapplicationArgVapplicationContext. vapplicationHeadAs()ProgramParser.VapplicationHeadAsContextProgramParser. 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 voidProgramBaseListener. enterVapplicationHeadAs(ProgramParser.VapplicationHeadAsContext ctx)Enter a parse tree produced byProgramParser.vapplicationHeadAs().voidProgramListener. enterVapplicationHeadAs(ProgramParser.VapplicationHeadAsContext ctx)Enter a parse tree produced byProgramParser.vapplicationHeadAs().voidXeListener. enterVapplicationHeadAs(ProgramParser.VapplicationHeadAsContext ctx)voidProgramBaseListener. exitVapplicationHeadAs(ProgramParser.VapplicationHeadAsContext ctx)Exit a parse tree produced byProgramParser.vapplicationHeadAs().voidProgramListener. exitVapplicationHeadAs(ProgramParser.VapplicationHeadAsContext ctx)Exit a parse tree produced byProgramParser.vapplicationHeadAs().voidXeListener. exitVapplicationHeadAs(ProgramParser.VapplicationHeadAsContext ctx)
-