Class AcceptableInjectionCountOrError

java.lang.Object
org.ek9lang.compiler.phase5.AcceptableInjectionCountOrError
All Implemented Interfaces:
Consumer<org.antlr.v4.runtime.tree.ParseTree>

final class AcceptableInjectionCountOrError extends Object implements Consumer<org.antlr.v4.runtime.tree.ParseTree>
Pops the injection count from the counter and stores it as squirrelled data on the symbol. This allows the injection count to flow through to the metrics pipeline for display in HTML code view windows.
  • Constructor Details

  • Method Details

    • accept

      public void accept(org.antlr.v4.runtime.tree.ParseTree node)
      Specified by:
      accept in interface Consumer<org.antlr.v4.runtime.tree.ParseTree>