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.CommentContextEoParser. comment()EoParser.CommentContextEoParser.CommentMandatoryContext. comment(int i)EoParser.CommentContextEoParser.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.CommentMandatoryContext. comment()List<EoParser.CommentContext>EoParser.CommentOptionalContext. comment()Methods in org.eolang.parser with parameters of type EoParser.CommentContext Modifier and Type Method Description voidEoBaseListener. enterComment(EoParser.CommentContext ctx)Enter a parse tree produced byEoParser.comment().voidEoListener. enterComment(EoParser.CommentContext ctx)Enter a parse tree produced byEoParser.comment().voidXeEoListener. enterComment(EoParser.CommentContext ctx)voidEoBaseListener. exitComment(EoParser.CommentContext ctx)Exit a parse tree produced byEoParser.comment().voidEoListener. exitComment(EoParser.CommentContext ctx)Exit a parse tree produced byEoParser.comment().voidXeEoListener. exitComment(EoParser.CommentContext ctx)
-