@ParametersAreNonnullByDefault
| Class | Description |
|---|---|
| BlackHoleChannel |
Allows to skip characters, which match given regular expression.
|
| BomCharacterChannel |
Ignores all BOM characters.
|
| CommentRegexpChannel |
Creates comment trivia from characters, which match given regular expression.
|
| IdentifierAndKeywordChannel | |
| PunctuatorChannel | |
| RegexpChannel |
Creates token of specified type from characters, which match given regular expression.
|
| RegexpChannelBuilder | |
| UnknownCharacterChannel |
Creates token with type
GenericTokenType.UNKNOWN_CHAR for any character. |
Copyright © 2009–2018 SonarSource. All rights reserved.