Uses of Class
org.eolang.parser.ProgramParser.AbstractionContext
-
-
Uses of ProgramParser.AbstractionContext in org.eolang.parser
Methods in org.eolang.parser that return ProgramParser.AbstractionContext Modifier and Type Method Description ProgramParser.AbstractionContext
ProgramParser. abstraction()
ProgramParser.AbstractionContext
ProgramParser.ObjectContext. abstraction()
Methods in org.eolang.parser with parameters of type ProgramParser.AbstractionContext Modifier and Type Method Description void
ProgramBaseListener. enterAbstraction(ProgramParser.AbstractionContext ctx)
Enter a parse tree produced byProgramParser.abstraction()
.void
ProgramListener. enterAbstraction(ProgramParser.AbstractionContext ctx)
Enter a parse tree produced byProgramParser.abstraction()
.void
XeListener. enterAbstraction(ProgramParser.AbstractionContext ctx)
void
ProgramBaseListener. exitAbstraction(ProgramParser.AbstractionContext ctx)
Exit a parse tree produced byProgramParser.abstraction()
.void
ProgramListener. exitAbstraction(ProgramParser.AbstractionContext ctx)
Exit a parse tree produced byProgramParser.abstraction()
.void
XeListener. exitAbstraction(ProgramParser.AbstractionContext ctx)
-