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

EnterLexerAlternative() protected method

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