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.AttributesContextProgramParser.AbstractionContext. attributes()ProgramParser.AttributesContextProgramParser. attributes()Methods in org.eolang.parser with parameters of type ProgramParser.AttributesContext Modifier and Type Method Description voidProgramBaseListener. enterAttributes(ProgramParser.AttributesContext ctx)Enter a parse tree produced byProgramParser.attributes().voidProgramListener. enterAttributes(ProgramParser.AttributesContext ctx)Enter a parse tree produced byProgramParser.attributes().voidXeListener. enterAttributes(ProgramParser.AttributesContext ctx)voidProgramBaseListener. exitAttributes(ProgramParser.AttributesContext ctx)Exit a parse tree produced byProgramParser.attributes().voidProgramListener. exitAttributes(ProgramParser.AttributesContext ctx)Exit a parse tree produced byProgramParser.attributes().voidXeListener. exitAttributes(ProgramParser.AttributesContext ctx)
-