C# Class Antlr4.Runtime.Tree.Xpath.XPathRuleElement

Inheritance: XPathElement
Afficher le fichier Open project: antlr/antlr4

Protected Properties

Свойство Type Description
ruleIndex int

Méthodes publiques

Méthode Description
Evaluate ( IParseTree t ) : ICollection
XPathRuleElement ( string ruleName, int ruleIndex ) : System.Collections.Generic

Method Details

Evaluate() public méthode

public Evaluate ( IParseTree t ) : ICollection
t IParseTree
Résultat ICollection

XPathRuleElement() public méthode

public XPathRuleElement ( string ruleName, int ruleIndex ) : System.Collections.Generic
ruleName string
ruleIndex int
Résultat System.Collections.Generic

Property Details

ruleIndex protected_oe property

protected int ruleIndex
Résultat int