@FunctionalInterface
public interface ListenerSupplier
ParseRunnerListener given a CodeReader and a Lexer as arguments
This allows you to register listeners to a GrappaChannel.
| Modifier and Type | Method and Description |
|---|---|
com.github.fge.grappa.run.ParseRunnerListener<com.sonar.sslr.api.Token.Builder> |
create(org.sonar.sslr.channel.CodeReader reader,
com.sonar.sslr.impl.Lexer lexer) |