C# Class Antlr4.Codegen.Model.Lexer

Inheritance: Recognizer
Show file 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 property

public IDictionary channels
return int>.IDictionary

file public property

public LexerFile,Antlr4.Codegen.Model file
return LexerFile

modes public property

public ICollection modes
return ICollection