Antlr4.Runtime.Tree.Trees.FindAllRuleNodes C# (CSharp) Méthode

FindAllRuleNodes() public static méthode

public static FindAllRuleNodes ( IParseTree t, int ruleIndex ) : ICollection
t IParseTree
ruleIndex int
Résultat ICollection
        public static ICollection<IParseTree> FindAllRuleNodes(IParseTree t, int ruleIndex)
        {
            return FindAllNodes(t, ruleIndex, false);
        }