org.sonar.java.ast.lexer
Class DigitStartChannel
java.lang.Object
org.sonar.channel.Channel<com.sonar.sslr.impl.Lexer>
org.sonar.java.ast.lexer.DigitStartChannel
public class DigitStartChannel
- extends org.sonar.channel.Channel<com.sonar.sslr.impl.Lexer>
|
Constructor Summary |
DigitStartChannel(org.sonar.channel.Channel<com.sonar.sslr.impl.Lexer> channel)
|
|
Method Summary |
boolean |
consume(org.sonar.channel.CodeReader code,
com.sonar.sslr.impl.Lexer output)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DigitStartChannel
public DigitStartChannel(org.sonar.channel.Channel<com.sonar.sslr.impl.Lexer> channel)
consume
public boolean consume(org.sonar.channel.CodeReader code,
com.sonar.sslr.impl.Lexer output)
- Specified by:
consume in class org.sonar.channel.Channel<com.sonar.sslr.impl.Lexer>
Copyright © 2012 SonarSource. All Rights Reserved.