public class JavaIdentifierAndKeywordChannel
extends org.sonar.channel.Channel<com.sonar.sslr.impl.Lexer>
IdentifierAndKeywordChannel with regular expression "\p{javaJavaIdentifierStart}++\p{javaJavaIdentifierPart}*+".
However provides better performance, since implemented without regular expression.| Constructor and Description |
|---|
JavaIdentifierAndKeywordChannel(com.sonar.sslr.api.TokenType[]... keywordSets) |
Copyright © 2012 SonarSource. All Rights Reserved.