Package org.sonar.python.lexer
Class IndentationChannel
- java.lang.Object
-
- org.sonar.sslr.channel.Channel<com.sonar.sslr.impl.Lexer>
-
- org.sonar.python.lexer.IndentationChannel
-
public class IndentationChannel extends org.sonar.sslr.channel.Channel<com.sonar.sslr.impl.Lexer>http://docs.python.org/reference/lexical_analysis.html#indentation
-
-
Constructor Summary
Constructors Constructor Description IndentationChannel(LexerState lexerState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanconsume(org.sonar.sslr.channel.CodeReader code, com.sonar.sslr.impl.Lexer lexer)
-
-
-
Constructor Detail
-
IndentationChannel
public IndentationChannel(LexerState lexerState)
-
-