Uses of Class
org.eolang.parser.EoParser.ProgramContext
-
-
Uses of EoParser.ProgramContext in org.eolang.parser
Methods in org.eolang.parser that return EoParser.ProgramContext Modifier and Type Method Description EoParser.ProgramContext
EoParser. program()
Methods in org.eolang.parser with parameters of type EoParser.ProgramContext Modifier and Type Method Description void
EoBaseListener. enterProgram(EoParser.ProgramContext ctx)
Enter a parse tree produced byEoParser.program()
.void
EoListener. enterProgram(EoParser.ProgramContext ctx)
Enter a parse tree produced byEoParser.program()
.void
EoBaseListener. exitProgram(EoParser.ProgramContext ctx)
Exit a parse tree produced byEoParser.program()
.void
EoListener. exitProgram(EoParser.ProgramContext ctx)
Exit a parse tree produced byEoParser.program()
.
-