org.sonar.java.ast.lexer
Class CharacterLiteralChannel

java.lang.Object
  extended by org.sonar.channel.Channel<com.sonar.sslr.impl.Lexer>
      extended by org.sonar.java.ast.lexer.CharacterLiteralChannel

public class CharacterLiteralChannel
extends org.sonar.channel.Channel<com.sonar.sslr.impl.Lexer>


Constructor Summary
CharacterLiteralChannel(char ch, com.sonar.sslr.api.TokenType tokenType)
           
 
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

CharacterLiteralChannel

public CharacterLiteralChannel(char ch,
                               com.sonar.sslr.api.TokenType tokenType)
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 © 2012 SonarSource. All Rights Reserved.