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

    Modifier and Type
    Method
    Description
    void
    tokenConsumed(org.antlr.v4.runtime.Token token)
     
  • Method Details

    • tokenConsumed

      void tokenConsumed(org.antlr.v4.runtime.Token token)