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

상속: XPathElement
파일 보기 프로젝트 열기: antlr/antlr4

보호된 프로퍼티들

프로퍼티 타입 설명
tokenType int

공개 메소드들

메소드 설명
Evaluate ( IParseTree t ) : ICollection
XPathTokenElement ( string tokenName, int tokenType ) : System.Collections.Generic

메소드 상세

Evaluate() 공개 메소드

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

XPathTokenElement() 공개 메소드

public XPathTokenElement ( string tokenName, int tokenType ) : System.Collections.Generic
tokenName string
tokenType int
리턴 System.Collections.Generic

프로퍼티 상세

tokenType 보호되어 있는 프로퍼티

protected int tokenType
리턴 int