org.sonar.java.ast.lexer
Class CharacterLiteralChannel
java.lang.Object
org.sonar.channel.Channel<com.sonar.sslr.impl.Lexer>
org.sonar.java.ast.lexer.CharacterLiteralChannel
public class CharacterLiteralChannel
- extends org.sonar.channel.Channel<com.sonar.sslr.impl.Lexer>
|
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 |
CharacterLiteralChannel
public CharacterLiteralChannel(char ch,
com.sonar.sslr.api.TokenType tokenType)
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.