Package org.ek9lang.compiler.tokenizer
Interface TokenConsumptionListener
- All Known Implementing Classes:
CompilableSource
public interface TokenConsumptionListener
Listen as Tokens are consumed as they are pulled from the Lexer into the parser.
-
Method Summary
-
Method Details
-
tokenConsumed
void tokenConsumed(org.antlr.v4.runtime.Token token)
-