Antlr4.Codegen.Model.ElementFrequenciesVisitor.EnterLexerElement C# (CSharp) Method

EnterLexerElement() protected method

protected EnterLexerElement ( GrammarAST tree ) : void
tree GrammarAST
return void
        protected override void EnterLexerElement(GrammarAST tree)
        {
            frequencies.Push(new FrequencySet<string>());
            minFrequencies.Push(new FrequencySet<string>());
        }