Uses of Class
org.eolang.parser.EoParser.OnlyphiContext
-
Packages that use EoParser.OnlyphiContext Package Description org.eolang.parser EO parser. -
-
Uses of EoParser.OnlyphiContext in org.eolang.parser
Methods in org.eolang.parser that return EoParser.OnlyphiContext Modifier and Type Method Description EoParser.OnlyphiContext
EoParser.HanonymContext. onlyphi()
EoParser.OnlyphiContext
EoParser. onlyphi()
EoParser.OnlyphiContext
EoParser.OnlyphiContext. onlyphi()
Methods in org.eolang.parser with parameters of type EoParser.OnlyphiContext Modifier and Type Method Description void
EoBaseListener. enterOnlyphi(EoParser.OnlyphiContext ctx)
Enter a parse tree produced byEoParser.onlyphi()
.void
EoListener. enterOnlyphi(EoParser.OnlyphiContext ctx)
Enter a parse tree produced byEoParser.onlyphi()
.void
XeEoListener. enterOnlyphi(EoParser.OnlyphiContext ctx)
void
EoBaseListener. exitOnlyphi(EoParser.OnlyphiContext ctx)
Exit a parse tree produced byEoParser.onlyphi()
.void
EoListener. exitOnlyphi(EoParser.OnlyphiContext ctx)
Exit a parse tree produced byEoParser.onlyphi()
.void
XeEoListener. exitOnlyphi(EoParser.OnlyphiContext ctx)
-