org.sonar.python.lexer
Class StringLiteralsChannel

java.lang.Object
  extended by org.sonar.sslr.channel.Channel<com.sonar.sslr.impl.Lexer>
      extended by org.sonar.python.lexer.StringLiteralsChannel

public class StringLiteralsChannel
extends org.sonar.sslr.channel.Channel<com.sonar.sslr.impl.Lexer>

http://docs.python.org/reference/lexical_analysis.html#string-literals


Constructor Summary
StringLiteralsChannel()
           
 
Method Summary
 boolean consume(org.sonar.sslr.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
 

Constructor Detail

StringLiteralsChannel

public StringLiteralsChannel()
Method Detail

consume

public boolean consume(org.sonar.sslr.channel.CodeReader code,
                       com.sonar.sslr.impl.Lexer output)
Specified by:
consume in class org.sonar.sslr.channel.Channel<com.sonar.sslr.impl.Lexer>


Copyright © 2011-2014 SonarSource and Waleri Enns. All Rights Reserved.