Uses of Class
org.eolang.parser.ProgramParser.LicenseContext
-
-
Uses of ProgramParser.LicenseContext in org.eolang.parser
Methods in org.eolang.parser that return ProgramParser.LicenseContext Modifier and Type Method Description ProgramParser.LicenseContext
ProgramParser. license()
ProgramParser.LicenseContext
ProgramParser.ProgramContext. license()
Methods in org.eolang.parser with parameters of type ProgramParser.LicenseContext Modifier and Type Method Description void
ProgramBaseListener. enterLicense(ProgramParser.LicenseContext ctx)
Enter a parse tree produced byProgramParser.license()
.void
ProgramListener. enterLicense(ProgramParser.LicenseContext ctx)
Enter a parse tree produced byProgramParser.license()
.void
XeListener. enterLicense(ProgramParser.LicenseContext ctx)
void
ProgramBaseListener. exitLicense(ProgramParser.LicenseContext ctx)
Exit a parse tree produced byProgramParser.license()
.void
ProgramListener. exitLicense(ProgramParser.LicenseContext ctx)
Exit a parse tree produced byProgramParser.license()
.void
XeListener. exitLicense(ProgramParser.LicenseContext ctx)
-