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 Summary
ConstructorsConstructorDescriptionAcceptableInjectionCountOrError(SymbolsAndScopes symbolsAndScopes, InjectionCounter injectionCounter) -
Method Summary
-
Constructor Details
-
AcceptableInjectionCountOrError
AcceptableInjectionCountOrError(SymbolsAndScopes symbolsAndScopes, InjectionCounter injectionCounter)
-
-
Method Details
-
accept
-