public class InlineCommentChannel
extends org.sonar.channel.Channel<com.sonar.sslr.impl.Lexer>
CommentRegexpChannel with regular expression "//[^\n\r]*+".
However provides better performance, since implemented without regular expression.| Constructor and Description |
|---|
InlineCommentChannel() |
Copyright © 2012 SonarSource. All Rights Reserved.