Uses of Class
org.eolang.parser.PhiParser.ApplicationContext
-
-
Uses of PhiParser.ApplicationContext in org.eolang.parser
Methods in org.eolang.parser that return PhiParser.ApplicationContext Modifier and Type Method Description PhiParser.ApplicationContext
PhiParser. application()
PhiParser.ApplicationContext
PhiParser.ApplicationsOrDispatchesContext. application(int i)
Methods in org.eolang.parser that return types with arguments of type PhiParser.ApplicationContext Modifier and Type Method Description List<PhiParser.ApplicationContext>
PhiParser.ApplicationsOrDispatchesContext. application()
Methods in org.eolang.parser with parameters of type PhiParser.ApplicationContext Modifier and Type Method Description void
PhiBaseListener. enterApplication(PhiParser.ApplicationContext ctx)
Enter a parse tree produced byPhiParser.application()
.void
PhiListener. enterApplication(PhiParser.ApplicationContext ctx)
Enter a parse tree produced byPhiParser.application()
.void
PhiBaseListener. exitApplication(PhiParser.ApplicationContext ctx)
Exit a parse tree produced byPhiParser.application()
.void
PhiListener. exitApplication(PhiParser.ApplicationContext ctx)
Exit a parse tree produced byPhiParser.application()
.
-