C# 클래스 Antlr4.Runtime.Tree.Xpath.XPathElement

파일 보기 프로젝트 열기: antlr/antlr4 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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