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

Either ID at start of path or ...//ID in middle of path.
Inheritance: XPathElement
Show file Open project: antlr/antlr4

Protected Properties

Property Type Description
ruleIndex int

Public Methods

Method Description
Evaluate ( IParseTree t ) : ICollection
XPathRuleAnywhereElement ( string ruleName, int ruleIndex ) : System.Collections.Generic

Method Details

Evaluate() public method

public Evaluate ( IParseTree t ) : ICollection
t IParseTree
return ICollection

XPathRuleAnywhereElement() public method

public XPathRuleAnywhereElement ( string ruleName, int ruleIndex ) : System.Collections.Generic
ruleName string
ruleIndex int
return System.Collections.Generic

Property Details

ruleIndex protected property

protected int ruleIndex
return int