C# Класс Antlr4.Runtime.Tree.Xpath.XPathElement

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
invert bool
nodeName string

Открытые методы

Метод Описание
Evaluate ( IParseTree t ) : ICollection

Given tree rooted at t return all nodes matched by this path element.

ToString ( ) : string
XPathElement ( string nodeName ) : System.Collections.Generic

Construct element like /ID or ID or /* etc... op is null if just node

Описание методов

Evaluate() публичный абстрактный метод

Given tree rooted at t return all nodes matched by this path element.
public abstract Evaluate ( IParseTree t ) : ICollection
t IParseTree
Результат ICollection

ToString() публичный метод

public ToString ( ) : string
Результат string

XPathElement() публичный метод

Construct element like /ID or ID or /* etc... op is null if just node
public XPathElement ( string nodeName ) : System.Collections.Generic
nodeName string
Результат System.Collections.Generic

Описание свойств

invert защищенное свойство

protected bool invert
Результат bool

nodeName защищенное свойство

protected string nodeName
Результат string