org.sonar.python.lexer
Class IndentationChannel

java.lang.Object
  extended by org.sonar.channel.Channel<com.sonar.sslr.impl.Lexer>
      extended by 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


Constructor Summary
IndentationChannel(LexerState lexerState)
           
 
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
 

Constructor Detail

IndentationChannel

public IndentationChannel(LexerState lexerState)
Method Detail

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.