Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public Member Functions | Static Public Member Functions | List of all members
Loyc.Syntax.Lexing.LexerSource Class Reference

A synonym for LexerSource{C} where C is ICharSource. More...


Source file:

Remarks

A synonym for LexerSource{C} where C is ICharSource.

Public Member Functions

 LexerSource (ICharSource source, string fileName="", int inputPosition=0, bool newSourceFile=true)
 

Static Public Member Functions

static operator LexerSource (string str)