Uses of Class
org.eolang.parser.PhiParser.DispatchContext
-
-
Uses of PhiParser.DispatchContext in org.eolang.parser
Methods in org.eolang.parser that return PhiParser.DispatchContext Modifier and Type Method Description PhiParser.DispatchContext
PhiParser.ApplicationsOrDispatchesContext. dispatch(int i)
PhiParser.DispatchContext
PhiParser. dispatch()
PhiParser.DispatchContext
PhiParser.ObjectContext. dispatch()
Methods in org.eolang.parser that return types with arguments of type PhiParser.DispatchContext Modifier and Type Method Description List<PhiParser.DispatchContext>
PhiParser.ApplicationsOrDispatchesContext. dispatch()
Methods in org.eolang.parser with parameters of type PhiParser.DispatchContext Modifier and Type Method Description void
PhiBaseListener. enterDispatch(PhiParser.DispatchContext ctx)
Enter a parse tree produced byPhiParser.dispatch()
.void
PhiListener. enterDispatch(PhiParser.DispatchContext ctx)
Enter a parse tree produced byPhiParser.dispatch()
.void
XePhiListener. enterDispatch(PhiParser.DispatchContext ctx)
void
PhiBaseListener. exitDispatch(PhiParser.DispatchContext ctx)
Exit a parse tree produced byPhiParser.dispatch()
.void
PhiListener. exitDispatch(PhiParser.DispatchContext ctx)
Exit a parse tree produced byPhiParser.dispatch()
.void
XePhiListener. exitDispatch(PhiParser.DispatchContext ctx)
-