C# Class Antlr4.Codegen.Model.Recognizer

Inheritance: OutputModelObject
Show file Open project: sharwell/antlr4cs

Public Properties

Property Type Description
abstractRecognizer bool
grammarFileName string
grammarName string
literalNames IList
name string
ruleNames ICollection
rules ICollection
symbolicNames IList
tokens int>.IDictionary

Protected Methods

Method Description
Recognizer ( OutputModelFactory factory ) : System.Collections.Generic
TranslateTokenStringToTarget ( string tokenName, OutputModelFactory factory ) : string
TranslateTokenStringsToTarget ( string tokenStrings, OutputModelFactory factory ) : IList

Method Details

Recognizer() protected method

protected Recognizer ( OutputModelFactory factory ) : System.Collections.Generic
factory OutputModelFactory
return System.Collections.Generic

TranslateTokenStringToTarget() protected static method

protected static TranslateTokenStringToTarget ( string tokenName, OutputModelFactory factory ) : string
tokenName string
factory OutputModelFactory
return string

TranslateTokenStringsToTarget() protected static method

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

Property Details

abstractRecognizer public property

public bool abstractRecognizer
return bool

grammarFileName public property

public string grammarFileName
return string

grammarName public property

public string grammarName
return string

literalNames public property

public IList literalNames
return IList

name public property

public string name
return string

ruleNames public property

public ICollection ruleNames
return ICollection

rules public property

public ICollection rules
return ICollection

symbolicNames public property

public IList symbolicNames
return IList

tokens public property

public IDictionary tokens
return int>.IDictionary