Uses of Class
org.eolang.parser.PhiParser.ApplicationsOrDispatchesContext
-
Packages that use PhiParser.ApplicationsOrDispatchesContext Package Description org.eolang.parser EO parser. -
-
Uses of PhiParser.ApplicationsOrDispatchesContext in org.eolang.parser
Methods in org.eolang.parser that return PhiParser.ApplicationsOrDispatchesContext Modifier and Type Method Description PhiParser.ApplicationsOrDispatchesContext
PhiParser. applicationsOrDispatches()
PhiParser.ApplicationsOrDispatchesContext
PhiParser.ObjectContext. applicationsOrDispatches()
Methods in org.eolang.parser with parameters of type PhiParser.ApplicationsOrDispatchesContext Modifier and Type Method Description void
PhiBaseListener. enterApplicationsOrDispatches(PhiParser.ApplicationsOrDispatchesContext ctx)
Enter a parse tree produced byPhiParser.applicationsOrDispatches()
.void
PhiListener. enterApplicationsOrDispatches(PhiParser.ApplicationsOrDispatchesContext ctx)
Enter a parse tree produced byPhiParser.applicationsOrDispatches()
.void
XePhiListener. enterApplicationsOrDispatches(PhiParser.ApplicationsOrDispatchesContext ctx)
void
PhiBaseListener. exitApplicationsOrDispatches(PhiParser.ApplicationsOrDispatchesContext ctx)
Exit a parse tree produced byPhiParser.applicationsOrDispatches()
.void
PhiListener. exitApplicationsOrDispatches(PhiParser.ApplicationsOrDispatchesContext ctx)
Exit a parse tree produced byPhiParser.applicationsOrDispatches()
.void
XePhiListener. exitApplicationsOrDispatches(PhiParser.ApplicationsOrDispatchesContext ctx)
-