org.sonar.python.lexer
Class StringLiteralsChannel
java.lang.Object
org.sonar.channel.Channel<com.sonar.sslr.impl.Lexer>
org.sonar.python.lexer.StringLiteralsChannel
public class StringLiteralsChannel
- extends org.sonar.channel.Channel<com.sonar.sslr.impl.Lexer>
http://docs.python.org/reference/lexical_analysis.html#string-literals
|
Method Summary |
boolean |
consume(org.sonar.channel.CodeReader code,
com.sonar.sslr.impl.Lexer output)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringLiteralsChannel
public StringLiteralsChannel()
consume
public boolean consume(org.sonar.channel.CodeReader code,
com.sonar.sslr.impl.Lexer output)
- Specified by:
consume in class org.sonar.channel.Channel<com.sonar.sslr.impl.Lexer>
Copyright © 2011-2012 SonarSource and Waleri Enns. All Rights Reserved.