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