Antlr4.Tool.Rule.Rule C# (CSharp) Метод

Rule() статический приватный Метод

static private Rule ( ) : System.Collections.Generic
Результат System.Collections.Generic
        static Rule()
        {
            predefinedRulePropertiesDict.Add(new Attribute("parser"));
            predefinedRulePropertiesDict.Add(new Attribute("text"));
            predefinedRulePropertiesDict.Add(new Attribute("start"));
            predefinedRulePropertiesDict.Add(new Attribute("stop"));
            predefinedRulePropertiesDict.Add(new Attribute("ctx"));
        }

Same methods

Rule::Rule ( Grammar g, string name, RuleAST ast, int numberOfAlts ) : System.Collections.Generic