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

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

Protected Properties

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

Méthodes publiques

Méthode Description
Evaluate ( IParseTree t ) : ICollection
XPathTokenElement ( string tokenName, int tokenType ) : System.Collections.Generic

Method Details

Evaluate() public méthode

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

XPathTokenElement() public méthode

public XPathTokenElement ( string tokenName, int tokenType ) : System.Collections.Generic
tokenName string
tokenType int
Résultat System.Collections.Generic

Property Details

tokenType protected_oe property

protected int tokenType
Résultat int