Uses of Class
org.eolang.parser.PhiParser.ApplicationContext
-
Packages that use PhiParser.ApplicationContext Package Description org.eolang.parser EO parser. -
-
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
XePhiListener. enterApplication(PhiParser.ApplicationContext ctx)
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()
.void
XePhiListener. exitApplication(PhiParser.ApplicationContext ctx)
-