Uses of Class
org.eolang.parser.ProgramParser.VarargContext
-
-
Uses of ProgramParser.VarargContext in org.eolang.parser
Methods in org.eolang.parser that return ProgramParser.VarargContext Modifier and Type Method Description ProgramParser.VarargContext
ProgramParser.AttributesContext. vararg()
ProgramParser.VarargContext
ProgramParser. vararg()
Methods in org.eolang.parser with parameters of type ProgramParser.VarargContext Modifier and Type Method Description void
ProgramBaseListener. enterVararg(ProgramParser.VarargContext ctx)
Enter a parse tree produced byProgramParser.vararg()
.void
ProgramListener. enterVararg(ProgramParser.VarargContext ctx)
Enter a parse tree produced byProgramParser.vararg()
.void
XeListener. enterVararg(ProgramParser.VarargContext ctx)
void
ProgramBaseListener. exitVararg(ProgramParser.VarargContext ctx)
Exit a parse tree produced byProgramParser.vararg()
.void
ProgramListener. exitVararg(ProgramParser.VarargContext ctx)
Exit a parse tree produced byProgramParser.vararg()
.void
XeListener. exitVararg(ProgramParser.VarargContext ctx)
-