Uses of Class
org.eolang.parser.PhiParser.DispatchContext
-
Packages that use PhiParser.DispatchContext Package Description org.eolang.parser EO parser. -
-
Uses of PhiParser.DispatchContext in org.eolang.parser
Methods in org.eolang.parser that return PhiParser.DispatchContext Modifier and Type Method Description PhiParser.DispatchContextPhiParser.ApplicationContext. dispatch()PhiParser.DispatchContextPhiParser. dispatch()PhiParser.DispatchContextPhiParser.ObjectContext. dispatch()Methods in org.eolang.parser with parameters of type PhiParser.DispatchContext Modifier and Type Method Description voidPhiBaseListener. enterDispatch(PhiParser.DispatchContext ctx)Enter a parse tree produced byPhiParser.dispatch().voidPhiListener. enterDispatch(PhiParser.DispatchContext ctx)Enter a parse tree produced byPhiParser.dispatch().voidXePhiListener. enterDispatch(PhiParser.DispatchContext ctx)voidPhiBaseListener. exitDispatch(PhiParser.DispatchContext ctx)Exit a parse tree produced byPhiParser.dispatch().voidPhiListener. exitDispatch(PhiParser.DispatchContext ctx)Exit a parse tree produced byPhiParser.dispatch().voidXePhiListener. exitDispatch(PhiParser.DispatchContext ctx)
-