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

Inheritance: XPathElement
Show file Open project: antlr/antlr4

Protected Properties

Property Type Description
ruleIndex int

Public Methods

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

Method Details

Evaluate() public method

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

XPathRuleElement() public method

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