C# Class Antlr4.Codegen.Model.Lexer

Inheritance: Recognizer
Datei anzeigen Open project: sharwell/antlr4cs Class Usage Examples

Public Properties

Property Type Description
channels int>.IDictionary
file LexerFile
modes ICollection

Public Methods

Method Description
Lexer ( OutputModelFactory factory, LexerFile file ) : System.Collections.Generic

Method Details

Lexer() public method

public Lexer ( OutputModelFactory factory, LexerFile file ) : System.Collections.Generic
factory OutputModelFactory
file LexerFile
return System.Collections.Generic

Property Details

channels public_oe property

public IDictionary channels
return int>.IDictionary

file public_oe property

public LexerFile,Antlr4.Codegen.Model file
return LexerFile

modes public_oe property

public ICollection modes
return ICollection