Uses of Class
org.eolang.parser.EoParser.LicenseContext
-
-
Uses of EoParser.LicenseContext in org.eolang.parser
Methods in org.eolang.parser that return EoParser.LicenseContext Modifier and Type Method Description EoParser.LicenseContextEoParser. license()EoParser.LicenseContextEoParser.ProgramContext. license()Methods in org.eolang.parser with parameters of type EoParser.LicenseContext Modifier and Type Method Description voidEoBaseListener. enterLicense(EoParser.LicenseContext ctx)Enter a parse tree produced byEoParser.license().voidEoListener. enterLicense(EoParser.LicenseContext ctx)Enter a parse tree produced byEoParser.license().voidEoBaseListener. exitLicense(EoParser.LicenseContext ctx)Exit a parse tree produced byEoParser.license().voidEoListener. exitLicense(EoParser.LicenseContext ctx)Exit a parse tree produced byEoParser.license().
-