Uses of Class
org.eolang.parser.ProgramParser.AttributeContext
-
-
Uses of ProgramParser.AttributeContext in org.eolang.parser
Methods in org.eolang.parser that return ProgramParser.AttributeContext Modifier and Type Method Description ProgramParser.AttributeContext
ProgramParser. attribute()
ProgramParser.AttributeContext
ProgramParser.AttributesContext. attribute(int i)
Methods in org.eolang.parser that return types with arguments of type ProgramParser.AttributeContext Modifier and Type Method Description List<ProgramParser.AttributeContext>
ProgramParser.AttributesContext. attribute()
Methods in org.eolang.parser with parameters of type ProgramParser.AttributeContext Modifier and Type Method Description void
ProgramBaseListener. enterAttribute(ProgramParser.AttributeContext ctx)
Enter a parse tree produced byProgramParser.attribute()
.void
ProgramListener. enterAttribute(ProgramParser.AttributeContext ctx)
Enter a parse tree produced byProgramParser.attribute()
.void
XeListener. enterAttribute(ProgramParser.AttributeContext ctx)
void
ProgramBaseListener. exitAttribute(ProgramParser.AttributeContext ctx)
Exit a parse tree produced byProgramParser.attribute()
.void
ProgramListener. exitAttribute(ProgramParser.AttributeContext ctx)
Exit a parse tree produced byProgramParser.attribute()
.void
XeListener. exitAttribute(ProgramParser.AttributeContext ctx)
-