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.ApplicationContextPhiParser. application()PhiParser.ApplicationContextPhiParser.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 voidPhiBaseListener. enterApplication(PhiParser.ApplicationContext ctx)Enter a parse tree produced byPhiParser.application().voidPhiListener. enterApplication(PhiParser.ApplicationContext ctx)Enter a parse tree produced byPhiParser.application().voidXePhiListener. enterApplication(PhiParser.ApplicationContext ctx)voidPhiBaseListener. exitApplication(PhiParser.ApplicationContext ctx)Exit a parse tree produced byPhiParser.application().voidPhiListener. exitApplication(PhiParser.ApplicationContext ctx)Exit a parse tree produced byPhiParser.application().voidXePhiListener. exitApplication(PhiParser.ApplicationContext ctx)
-