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

Either ID at start of path or ...//ID in middle of path.
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
XPathRuleAnywhereElement ( string ruleName, int ruleIndex ) : System.Collections.Generic

Method Details

Evaluate() public méthode

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

XPathRuleAnywhereElement() public méthode

public XPathRuleAnywhereElement ( 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