@ParametersAreNonnullByDefault

Package com.sonar.sslr.impl.channel

Class Summary
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 #UNKNOWN_CHAR for any character, which is not #BOM_CHAR.
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.