Uses of Class
org.eolang.parser.EoParser.JustNamedContext
-
-
Uses of EoParser.JustNamedContext in org.eolang.parser
Methods in org.eolang.parser that return EoParser.JustNamedContext Modifier and Type Method Description EoParser.JustNamedContext
EoParser. justNamed()
EoParser.JustNamedContext
EoParser.SlaveContext. justNamed()
EoParser.JustNamedContext
EoParser.VapplicationArgUnboundCurrentContext. justNamed()
EoParser.JustNamedContext
EoParser.VmethodHeadContext. justNamed()
Methods in org.eolang.parser with parameters of type EoParser.JustNamedContext Modifier and Type Method Description void
EoBaseListener. enterJustNamed(EoParser.JustNamedContext ctx)
Enter a parse tree produced byEoParser.justNamed()
.void
EoListener. enterJustNamed(EoParser.JustNamedContext ctx)
Enter a parse tree produced byEoParser.justNamed()
.void
EoBaseListener. exitJustNamed(EoParser.JustNamedContext ctx)
Exit a parse tree produced byEoParser.justNamed()
.void
EoListener. exitJustNamed(EoParser.JustNamedContext ctx)
Exit a parse tree produced byEoParser.justNamed()
.
-