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