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