Antlr4.Tool.Rule.Rule C# (CSharp) Method

Rule() static private method

static private Rule ( ) : System.Collections.Generic
return 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