com.sonar.sslr.impl.channel
Class CommentRegexpChannel
java.lang.Object
org.sonar.channel.Channel<Lexer>
com.sonar.sslr.impl.channel.CommentRegexpChannel
public class CommentRegexpChannel
- extends org.sonar.channel.Channel<Lexer>
Creates comment trivia from characters, which match given regular expression.
- See Also:
RegexpChannelBuilder
|
Method Summary |
boolean |
consume(org.sonar.channel.CodeReader code,
Lexer lexer)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommentRegexpChannel
public CommentRegexpChannel(String regexp)
consume
public boolean consume(org.sonar.channel.CodeReader code,
Lexer lexer)
- Specified by:
consume in class org.sonar.channel.Channel<Lexer>
Copyright © 2009-2014 SonarSource. All Rights Reserved.