Antlr4.Codegen.Model.ElementFrequenciesVisitor.EnterLexerElement C# (CSharp) 메소드

EnterLexerElement() 보호된 메소드

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