Uses of Class
org.eolang.parser.PhiParser.ApplicationBindingContext
-
Packages that use PhiParser.ApplicationBindingContext Package Description org.eolang.parser EO parser. -
-
Uses of PhiParser.ApplicationBindingContext in org.eolang.parser
Methods in org.eolang.parser that return PhiParser.ApplicationBindingContext Modifier and Type Method Description PhiParser.ApplicationBindingContext
PhiParser. applicationBinding()
PhiParser.ApplicationBindingContext
PhiParser.ApplicationContext. applicationBinding()
Methods in org.eolang.parser with parameters of type PhiParser.ApplicationBindingContext Modifier and Type Method Description void
PhiBaseListener. enterApplicationBinding(PhiParser.ApplicationBindingContext ctx)
Enter a parse tree produced byPhiParser.applicationBinding()
.void
PhiListener. enterApplicationBinding(PhiParser.ApplicationBindingContext ctx)
Enter a parse tree produced byPhiParser.applicationBinding()
.void
XePhiListener. enterApplicationBinding(PhiParser.ApplicationBindingContext ctx)
void
PhiBaseListener. exitApplicationBinding(PhiParser.ApplicationBindingContext ctx)
Exit a parse tree produced byPhiParser.applicationBinding()
.void
PhiListener. exitApplicationBinding(PhiParser.ApplicationBindingContext ctx)
Exit a parse tree produced byPhiParser.applicationBinding()
.void
XePhiListener. exitApplicationBinding(PhiParser.ApplicationBindingContext ctx)
-