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

Inheritance: XPathElement
Show file Open project: antlr/antlr4

Protected Properties

Property Type Description
tokenType int

Public Methods

Method Description
Evaluate ( IParseTree t ) : ICollection
XPathTokenAnywhereElement ( string tokenName, int tokenType ) : System.Collections.Generic

Method Details

Evaluate() public method

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

XPathTokenAnywhereElement() public method

public XPathTokenAnywhereElement ( string tokenName, int tokenType ) : System.Collections.Generic
tokenName string
tokenType int
return System.Collections.Generic

Property Details

tokenType protected property

protected int tokenType
return int