Uses of Class
org.eolang.parser.EoParser.ApplicableContext
-
-
Uses of EoParser.ApplicableContext in org.eolang.parser
Methods in org.eolang.parser that return EoParser.ApplicableContext Modifier and Type Method Description EoParser.ApplicableContext
EoParser. applicable()
EoParser.ApplicableContext
EoParser.HapplicationHeadContext. applicable()
EoParser.ApplicableContext
EoParser.VapplicationHeadContext. applicable()
EoParser.ApplicableContext
EoParser.VmethodHeadVapplicationContext. applicable()
Methods in org.eolang.parser with parameters of type EoParser.ApplicableContext Modifier and Type Method Description void
EoBaseListener. enterApplicable(EoParser.ApplicableContext ctx)
Enter a parse tree produced byEoParser.applicable()
.void
EoListener. enterApplicable(EoParser.ApplicableContext ctx)
Enter a parse tree produced byEoParser.applicable()
.void
EoBaseListener. exitApplicable(EoParser.ApplicableContext ctx)
Exit a parse tree produced byEoParser.applicable()
.void
EoListener. exitApplicable(EoParser.ApplicableContext ctx)
Exit a parse tree produced byEoParser.applicable()
.
-