C# 클래스 Antlr3.Tool.Grammar.LabelElementPair

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

공개 프로퍼티들

프로퍼티 타입 설명
actionReferencesLabel bool
elementRef Antlr3.Tool.GrammarAST
label Antlr.Runtime.IToken
referencedRuleName string
type LabelType

공개 메소드들

메소드 설명
GetReferencedRule ( ) : Antlr3.Tool.Rule
LabelElementPair ( Grammar outer, Antlr.Runtime.IToken label, Antlr3.Tool.GrammarAST elementRef ) : System.Collections.Generic
ToString ( ) : string

메소드 상세

GetReferencedRule() 공개 메소드

public GetReferencedRule ( ) : Antlr3.Tool.Rule
리턴 Antlr3.Tool.Rule

LabelElementPair() 공개 메소드

public LabelElementPair ( Grammar outer, Antlr.Runtime.IToken label, Antlr3.Tool.GrammarAST elementRef ) : System.Collections.Generic
outer Grammar
label Antlr.Runtime.IToken
elementRef Antlr3.Tool.GrammarAST
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

actionReferencesLabel 공개적으로 프로퍼티

public bool actionReferencesLabel
리턴 bool

elementRef 공개적으로 프로퍼티

public GrammarAST,Antlr3.Tool elementRef
리턴 Antlr3.Tool.GrammarAST

label 공개적으로 프로퍼티

public Antlr.Runtime.IToken label
리턴 Antlr.Runtime.IToken

referencedRuleName 공개적으로 프로퍼티

public string referencedRuleName
리턴 string

type 공개적으로 프로퍼티

public LabelType type
리턴 LabelType