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

Either ID at start of path or ...//ID in middle of path.
상속: XPathElement
파일 보기 프로젝트 열기: antlr/antlr4

보호된 프로퍼티들

프로퍼티 타입 설명
ruleIndex int

공개 메소드들

메소드 설명
Evaluate ( IParseTree t ) : ICollection
XPathRuleAnywhereElement ( string ruleName, int ruleIndex ) : System.Collections.Generic

메소드 상세

Evaluate() 공개 메소드

public Evaluate ( IParseTree t ) : ICollection
t IParseTree
리턴 ICollection

XPathRuleAnywhereElement() 공개 메소드

public XPathRuleAnywhereElement ( string ruleName, int ruleIndex ) : System.Collections.Generic
ruleName string
ruleIndex int
리턴 System.Collections.Generic

프로퍼티 상세

ruleIndex 보호되어 있는 프로퍼티

protected int ruleIndex
리턴 int