Uses of Class
org.eolang.parser.PhiParser.VoidsContext
-
-
Uses of PhiParser.VoidsContext in org.eolang.parser
Methods in org.eolang.parser that return PhiParser.VoidsContext Modifier and Type Method Description PhiParser.VoidsContext
PhiParser.TauBindingContext. voids()
PhiParser.VoidsContext
PhiParser. voids()
Methods in org.eolang.parser with parameters of type PhiParser.VoidsContext Modifier and Type Method Description void
PhiBaseListener. enterVoids(PhiParser.VoidsContext ctx)
Enter a parse tree produced byPhiParser.voids()
.void
PhiListener. enterVoids(PhiParser.VoidsContext ctx)
Enter a parse tree produced byPhiParser.voids()
.void
XePhiListener. enterVoids(PhiParser.VoidsContext ctx)
void
PhiBaseListener. exitVoids(PhiParser.VoidsContext ctx)
Exit a parse tree produced byPhiParser.voids()
.void
PhiListener. exitVoids(PhiParser.VoidsContext ctx)
Exit a parse tree produced byPhiParser.voids()
.void
XePhiListener. exitVoids(PhiParser.VoidsContext ctx)
-