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