Antlr4.Semantics.RuleCollector.RuleCollector C# (CSharp) Method

RuleCollector() public method

public RuleCollector ( Grammar g ) : System.Collections.Generic
g Antlr4.Tool.Grammar
return System.Collections.Generic
        public RuleCollector(Grammar g)
        {
            this.g = g;
            this.errMgr = g.tool.errMgr;
        }