Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Loyc.Syntax.Les.LesLexer Member List

This is the complete list of members for Loyc.Syntax.Les.LesLexer, including all inherited members.

_idCache (defined in Loyc.Syntax.Les.LesLexer)Loyc.Syntax.Les.LesLexerprotected
AfterNewline() (defined in Loyc.Syntax.Les.LesLexer)Loyc.Syntax.Les.LesLexerinlineprotected
AllowNestedComments (defined in Loyc.Syntax.Les.LesLexer)Loyc.Syntax.Les.LesLexer
Clone() (defined in Loyc.Syntax.Les.LesLexer)Loyc.Syntax.Les.LesLexerinline
Error(int lookaheadIndex, string message, params object[] args) (defined in Loyc.Syntax.Les.LesLexer)Loyc.Syntax.Les.LesLexerinlineprotected
ErrorSinkLoyc.Syntax.Lexing.ILexer< Token >
IndentLevelLoyc.Syntax.Lexing.ILexer< Token >
IndentStringLoyc.Syntax.Lexing.ILexer< Token >
IndexToLine(int index)Loyc.Syntax.IIndexToLine
InputPositionLoyc.Syntax.Lexing.ILexer< Token >
LesLexer(UString text, IMessageSink errorSink) (defined in Loyc.Syntax.Les.LesLexer)Loyc.Syntax.Les.LesLexerinline
LesLexer(ICharSource text, string fileName, IMessageSink sink, int startPosition=0) (defined in Loyc.Syntax.Les.LesLexer)Loyc.Syntax.Les.LesLexerinline
LineNumberLoyc.Syntax.Lexing.ILexer< Token >
MLCommentLine(ref int nested) (defined in Loyc.Syntax.Les.LesLexer)Loyc.Syntax.Les.LesLexerinline
NextToken()Loyc.Syntax.Les.LesLexerinline
ParseIdentifier(ref UString source, Action< int, string > onError, out bool checkForNamedLiteral)Loyc.Syntax.Les.LesLexerinlinestatic
ParseNumberCore(UString source, bool isNegative, int numberBase, bool isFloat, Symbol typeSuffix, out string error)Loyc.Syntax.Les.LesLexerinlinestatic
Reset(ICharSource source, string fileName="", int inputPosition=0, bool newSourceFile=true) (defined in Loyc.Syntax.Les.LesLexer)Loyc.Syntax.Les.LesLexerinline
SkipValueParsingLoyc.Syntax.Les.LesLexer
SourceFileLoyc.Syntax.Lexing.ILexer< Token >
SupportDotIndents() (defined in Loyc.Syntax.Les.LesLexer)Loyc.Syntax.Les.LesLexerinlineprotected
TDQStringLine() (defined in Loyc.Syntax.Les.LesLexer)Loyc.Syntax.Les.LesLexerinline
TSQStringLine() (defined in Loyc.Syntax.Les.LesLexer)Loyc.Syntax.Les.LesLexerinline
UnescapeQuotedString(ref UString sourceText, Action< int, string > onError, UString indentation=default(UString))Loyc.Syntax.Les.LesLexerinlinestatic
UnescapeQuotedString(ref UString sourceText, Action< int, string > onError, StringBuilder sb, UString indentation=default(UString))Loyc.Syntax.Les.LesLexerinlinestatic
UnescapeString(ref UString sourceText, char quoteType, bool isTripleQuoted, Action< int, string > onError, StringBuilder sb, UString indentation=default(UString))Loyc.Syntax.Les.LesLexerinlinestatic