C# Class Antlr4.Codegen.Model.Recognizer

Inheritance: OutputModelObject
Datei anzeigen 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_oe property

public bool abstractRecognizer
return bool

grammarFileName public_oe property

public string grammarFileName
return string

grammarName public_oe property

public string grammarName
return string

literalNames public_oe property

public IList literalNames
return IList

name public_oe property

public string name
return string

ruleNames public_oe property

public ICollection ruleNames
return ICollection

rules public_oe property

public ICollection rules
return ICollection

symbolicNames public_oe property

public IList symbolicNames
return IList

tokens public_oe property

public IDictionary tokens
return int>.IDictionary