Antlr4.Codegen.Model.ElementFrequenciesVisitor.EnterLexerElement C# (CSharp) Méthode

EnterLexerElement() protected méthode

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