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.LicenseContext
EoParser. license()
EoParser.LicenseContext
EoParser.ProgramContext. license()
Methods in org.eolang.parser with parameters of type EoParser.LicenseContext Modifier and Type Method Description void
EoBaseListener. enterLicense(EoParser.LicenseContext ctx)
Enter a parse tree produced byEoParser.license()
.void
EoListener. enterLicense(EoParser.LicenseContext ctx)
Enter a parse tree produced byEoParser.license()
.void
XeEoListener. enterLicense(EoParser.LicenseContext ctx)
void
EoBaseListener. exitLicense(EoParser.LicenseContext ctx)
Exit a parse tree produced byEoParser.license()
.void
EoListener. exitLicense(EoParser.LicenseContext ctx)
Exit a parse tree produced byEoParser.license()
.void
XeEoListener. exitLicense(EoParser.LicenseContext ctx)
-