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.AsContext
ProgramParser. as()
ProgramParser.AsContext
ProgramParser.HapplicationTailContext. as(int i)
ProgramParser.AsContext
ProgramParser.HapplicationTailExtendedContext. as(int i)
ProgramParser.AsContext
ProgramParser.MethodAsContext. as()
ProgramParser.AsContext
ProgramParser.VapplicationArgHanonymContext. as()
ProgramParser.AsContext
ProgramParser.VapplicationArgHapplicationContext. as()
ProgramParser.AsContext
ProgramParser.VapplicationArgsContext. as(int i)
ProgramParser.AsContext
ProgramParser.VapplicationArgSpreadableContext. as()
ProgramParser.AsContext
ProgramParser.VapplicationArgVanonymContext. as()
ProgramParser.AsContext
ProgramParser.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 void
ProgramBaseListener. enterAs(ProgramParser.AsContext ctx)
Enter a parse tree produced byProgramParser.as()
.void
ProgramListener. enterAs(ProgramParser.AsContext ctx)
Enter a parse tree produced byProgramParser.as()
.void
XeListener. enterAs(ProgramParser.AsContext ctx)
void
ProgramBaseListener. exitAs(ProgramParser.AsContext ctx)
Exit a parse tree produced byProgramParser.as()
.void
ProgramListener. exitAs(ProgramParser.AsContext ctx)
Exit a parse tree produced byProgramParser.as()
.void
XeListener. exitAs(ProgramParser.AsContext ctx)
-