Package org.sonar.python.lexer
Class StringLiteralsChannel
java.lang.Object
org.sonar.sslr.channel.Channel<com.sonar.sslr.impl.Lexer>
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanconsume(org.sonar.sslr.channel.CodeReader code, com.sonar.sslr.impl.Lexer output)
-
Constructor Details
-
StringLiteralsChannel
public StringLiteralsChannel()
-
-
Method Details
-
consume
public boolean consume(org.sonar.sslr.channel.CodeReader code, com.sonar.sslr.impl.Lexer output) - Specified by:
consumein classorg.sonar.sslr.channel.Channel<com.sonar.sslr.impl.Lexer>
-