Uses of Class
org.eolang.parser.ProgramParser.JustContext
-
-
Uses of ProgramParser.JustContext in org.eolang.parser
Methods in org.eolang.parser that return ProgramParser.JustContext Modifier and Type Method Description ProgramParser.JustContext
ProgramParser.HanonymInnerContext. just()
ProgramParser.JustContext
ProgramParser. just()
ProgramParser.JustContext
ProgramParser.JustNamedContext. just()
ProgramParser.JustContext
ProgramParser.VapplicationArgsContext. just(int i)
ProgramParser.JustContext
ProgramParser.VapplicationArgSpreadableContext. just()
Methods in org.eolang.parser that return types with arguments of type ProgramParser.JustContext Modifier and Type Method Description List<ProgramParser.JustContext>
ProgramParser.VapplicationArgsContext. just()
Methods in org.eolang.parser with parameters of type ProgramParser.JustContext Modifier and Type Method Description void
ProgramBaseListener. enterJust(ProgramParser.JustContext ctx)
Enter a parse tree produced byProgramParser.just()
.void
ProgramListener. enterJust(ProgramParser.JustContext ctx)
Enter a parse tree produced byProgramParser.just()
.void
XeListener. enterJust(ProgramParser.JustContext ctx)
void
ProgramBaseListener. exitJust(ProgramParser.JustContext ctx)
Exit a parse tree produced byProgramParser.just()
.void
ProgramListener. exitJust(ProgramParser.JustContext ctx)
Exit a parse tree produced byProgramParser.just()
.void
XeListener. exitJust(ProgramParser.JustContext ctx)
-