Uses of Class
org.eolang.parser.EoParser.CommentContext
-
Packages that use EoParser.CommentContext Package Description org.eolang.parser EO parser. -
-
Uses of EoParser.CommentContext in org.eolang.parser
Methods in org.eolang.parser that return EoParser.CommentContext Modifier and Type Method Description EoParser.CommentContext
EoParser. comment()
EoParser.CommentContext
EoParser.CommentMandatoryContext. comment()
EoParser.CommentContext
EoParser.CommentOptionalContext. comment(int i)
Methods in org.eolang.parser that return types with arguments of type EoParser.CommentContext Modifier and Type Method Description List<EoParser.CommentContext>
EoParser.CommentOptionalContext. comment()
Methods in org.eolang.parser with parameters of type EoParser.CommentContext Modifier and Type Method Description void
EoBaseListener. enterComment(EoParser.CommentContext ctx)
Enter a parse tree produced byEoParser.comment()
.void
EoListener. enterComment(EoParser.CommentContext ctx)
Enter a parse tree produced byEoParser.comment()
.void
XeEoListener. enterComment(EoParser.CommentContext ctx)
void
EoBaseListener. exitComment(EoParser.CommentContext ctx)
Exit a parse tree produced byEoParser.comment()
.void
EoListener. exitComment(EoParser.CommentContext ctx)
Exit a parse tree produced byEoParser.comment()
.void
XeEoListener. exitComment(EoParser.CommentContext ctx)
-