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.MasterContextEoParser. master()EoParser.MasterContextEoParser.ObjectContext. master()Methods in org.eolang.parser with parameters of type EoParser.MasterContext Modifier and Type Method Description voidEoBaseListener. enterMaster(EoParser.MasterContext ctx)Enter a parse tree produced byEoParser.master().voidEoListener. enterMaster(EoParser.MasterContext ctx)Enter a parse tree produced byEoParser.master().voidEoBaseListener. exitMaster(EoParser.MasterContext ctx)Exit a parse tree produced byEoParser.master().voidEoListener. exitMaster(EoParser.MasterContext ctx)Exit a parse tree produced byEoParser.master().
-