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

EnterLexerAlternative() 보호된 메소드

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