Uses of Class
org.eolang.parser.ProgramParser.AsContext
-
-
Uses of ProgramParser.AsContext in org.eolang.parser
Methods in org.eolang.parser that return ProgramParser.AsContext Modifier and Type Method Description ProgramParser.AsContextProgramParser. as()ProgramParser.AsContextProgramParser.HapplicationTailContext. as(int i)ProgramParser.AsContextProgramParser.HapplicationTailExtendedContext. as(int i)ProgramParser.AsContextProgramParser.MethodAsContext. as()ProgramParser.AsContextProgramParser.VapplicationArgHanonymContext. as()ProgramParser.AsContextProgramParser.VapplicationArgHapplicationContext. as()ProgramParser.AsContextProgramParser.VapplicationArgsContext. as(int i)ProgramParser.AsContextProgramParser.VapplicationArgSpreadableContext. as()ProgramParser.AsContextProgramParser.VapplicationArgVanonymContext. as()ProgramParser.AsContextProgramParser.VapplicationHeadAsContext. as()Methods in org.eolang.parser that return types with arguments of type ProgramParser.AsContext Modifier and Type Method Description List<ProgramParser.AsContext>ProgramParser.HapplicationTailContext. as()List<ProgramParser.AsContext>ProgramParser.HapplicationTailExtendedContext. as()List<ProgramParser.AsContext>ProgramParser.VapplicationArgsContext. as()Methods in org.eolang.parser with parameters of type ProgramParser.AsContext Modifier and Type Method Description voidProgramBaseListener. enterAs(ProgramParser.AsContext ctx)Enter a parse tree produced byProgramParser.as().voidProgramListener. enterAs(ProgramParser.AsContext ctx)Enter a parse tree produced byProgramParser.as().voidXeListener. enterAs(ProgramParser.AsContext ctx)voidProgramBaseListener. exitAs(ProgramParser.AsContext ctx)Exit a parse tree produced byProgramParser.as().voidProgramListener. exitAs(ProgramParser.AsContext ctx)Exit a parse tree produced byProgramParser.as().voidXeListener. exitAs(ProgramParser.AsContext ctx)
-