@ParametersAreNonnullByDefault

Package org.sonar.java.ast.lexer

Class Summary
CharacterLiteralChannel  
CharStartChannel  
DigitStartChannel  
InlineCommentChannel An equivalent of CommentRegexpChannel with regular expression "//[^\n\r]*+".
JavaIdentifierAndKeywordChannel An equivalent of IdentifierAndKeywordChannel with regular expression "\p{javaJavaIdentifierStart}++\p{javaJavaIdentifierPart}*+".
JavaLexer  
MultilineCommentChannel An equivalent of CommentRegexpChannel with regular expression "/\*[\s\S]*?\*\/".
WhitespaceChannel An equivalent of BlackHoleChannel with regular expression "\s++".
 



Copyright © 2012 SonarSource. All Rights Reserved.