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.ApplicationContextPhiParser. application()PhiParser.ApplicationContextPhiParser.ObjectContext. 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)
-