Uses of Class
org.eolang.parser.PhiParser.ApplicationBindingsContext
-
-
Uses of PhiParser.ApplicationBindingsContext in org.eolang.parser
Methods in org.eolang.parser that return PhiParser.ApplicationBindingsContext Modifier and Type Method Description PhiParser.ApplicationBindingsContext
PhiParser. applicationBindings()
PhiParser.ApplicationBindingsContext
PhiParser.ApplicationContext. applicationBindings()
Methods in org.eolang.parser with parameters of type PhiParser.ApplicationBindingsContext Modifier and Type Method Description void
PhiBaseListener. enterApplicationBindings(PhiParser.ApplicationBindingsContext ctx)
Enter a parse tree produced byPhiParser.applicationBindings()
.void
PhiListener. enterApplicationBindings(PhiParser.ApplicationBindingsContext ctx)
Enter a parse tree produced byPhiParser.applicationBindings()
.void
PhiBaseListener. exitApplicationBindings(PhiParser.ApplicationBindingsContext ctx)
Exit a parse tree produced byPhiParser.applicationBindings()
.void
PhiListener. exitApplicationBindings(PhiParser.ApplicationBindingsContext ctx)
Exit a parse tree produced byPhiParser.applicationBindings()
.
-