Uses of Class
org.eolang.parser.EoParser.CommentContext
-
Uses of EoParser.CommentContext in org.eolang.parser
Methods in org.eolang.parser that return EoParser.CommentContextModifier and TypeMethodDescriptionfinal EoParser.CommentContextEoParser.comment()EoParser.CommentOptionalContext.comment(int i) Methods in org.eolang.parser that return types with arguments of type EoParser.CommentContextMethods in org.eolang.parser with parameters of type EoParser.CommentContextModifier and TypeMethodDescriptionvoidEoBaseListener.enterComment(EoParser.CommentContext ctx) Enter a parse tree produced byEoParser.comment().voidEoListener.enterComment(EoParser.CommentContext ctx) Enter a parse tree produced byEoParser.comment().voidEoBaseListener.exitComment(EoParser.CommentContext ctx) Exit a parse tree produced byEoParser.comment().voidEoListener.exitComment(EoParser.CommentContext ctx) Exit a parse tree produced byEoParser.comment().