C# 클래스 Antlr4.Codegen.Model.Recognizer

상속: OutputModelObject
파일 보기 프로젝트 열기: sharwell/antlr4cs

공개 프로퍼티들

프로퍼티 타입 설명
abstractRecognizer bool
grammarFileName string
grammarName string
literalNames IList
name string
ruleNames ICollection
rules ICollection
symbolicNames IList
tokens int>.IDictionary

보호된 메소드들

메소드 설명
Recognizer ( OutputModelFactory factory ) : System.Collections.Generic
TranslateTokenStringToTarget ( string tokenName, OutputModelFactory factory ) : string
TranslateTokenStringsToTarget ( string tokenStrings, OutputModelFactory factory ) : IList

메소드 상세

Recognizer() 보호된 메소드

protected Recognizer ( OutputModelFactory factory ) : System.Collections.Generic
factory OutputModelFactory
리턴 System.Collections.Generic

TranslateTokenStringToTarget() 보호된 정적인 메소드

protected static TranslateTokenStringToTarget ( string tokenName, OutputModelFactory factory ) : string
tokenName string
factory OutputModelFactory
리턴 string

TranslateTokenStringsToTarget() 보호된 정적인 메소드

protected static TranslateTokenStringsToTarget ( string tokenStrings, OutputModelFactory factory ) : IList
tokenStrings string
factory OutputModelFactory
리턴 IList

프로퍼티 상세

abstractRecognizer 공개적으로 프로퍼티

public bool abstractRecognizer
리턴 bool

grammarFileName 공개적으로 프로퍼티

public string grammarFileName
리턴 string

grammarName 공개적으로 프로퍼티

public string grammarName
리턴 string

literalNames 공개적으로 프로퍼티

public IList literalNames
리턴 IList

name 공개적으로 프로퍼티

public string name
리턴 string

ruleNames 공개적으로 프로퍼티

public ICollection ruleNames
리턴 ICollection

rules 공개적으로 프로퍼티

public ICollection rules
리턴 ICollection

symbolicNames 공개적으로 프로퍼티

public IList symbolicNames
리턴 IList

tokens 공개적으로 프로퍼티

public IDictionary tokens
리턴 int>.IDictionary