Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.KitchenSink.Lex.LexReader

This type is not documented.

Constructors

LexReader(string text)
This member is not documented.

Instance methods

void
Consume(int count)
These members are not documented.
void
char
string
ConsumeEntireMatch(Regex regex)
string
ConsumeString(int count)
string
ConsumeStringWhile(Func<char, bool> condition)
string
ConsumeStringWhile(Func<char, bool> condition, int maxCount)
bool
ContinuesWith(string text)
bool
LexPosition
LexPosition
GetPosition(int offsetFromCurrent)
string
bool
HasAtLeastChars(int count)
void
OffsetToLineCol(int offset, out int line, out int col)

Instance properties

char
this[int offsetFromCurrent]
This member is not documented.