Uses of Class
org.eolang.parser.EoParser.MasterContext
-
-
Uses of EoParser.MasterContext in org.eolang.parser
Methods in org.eolang.parser that return EoParser.MasterContext Modifier and Type Method Description EoParser.MasterContext
EoParser. master()
EoParser.MasterContext
EoParser.ObjectContext. master()
Methods in org.eolang.parser with parameters of type EoParser.MasterContext Modifier and Type Method Description void
EoBaseListener. enterMaster(EoParser.MasterContext ctx)
Enter a parse tree produced byEoParser.master()
.void
EoListener. enterMaster(EoParser.MasterContext ctx)
Enter a parse tree produced byEoParser.master()
.void
XeEoListener. enterMaster(EoParser.MasterContext ctx)
void
EoBaseListener. exitMaster(EoParser.MasterContext ctx)
Exit a parse tree produced byEoParser.master()
.void
EoListener. exitMaster(EoParser.MasterContext ctx)
Exit a parse tree produced byEoParser.master()
.void
XeEoListener. exitMaster(EoParser.MasterContext ctx)
-