@ParametersAreNonnullByDefault
| Class | Description |
|---|---|
| CharacterLiteralChannel | |
| FloatLiteralChannel | |
| InlineCommentChannel |
An equivalent of
CommentRegexpChannel with regular expression "//[^\n\r]*+". |
| IntegerLiteralChannel | |
| JavaIdentifierAndKeywordChannel |
An equivalent of
IdentifierAndKeywordChannel with regular expression "\p{javaJavaIdentifierStart}++\p{javaJavaIdentifierPart}*+". |
| JavaLexer | |
| MultilineCommentChannel |
An equivalent of
CommentRegexpChannel with regular expression "/\*[\s\S]*?\*\/". |
| NumericLiteralChannel | |
| WhitespaceChannel |
An equivalent of
BlackHoleChannel with regular expression "\s++". |
Copyright © 2012 SonarSource. All Rights Reserved.