Method | Description | |
---|---|---|
DefaultParser ( ) |
|
|
Init ( SyntaxDefinition syntaxDefinition ) : void |
|
|
Init ( string SyntaxFile ) : void |
|
|
Init ( string syntaxFile, string separators ) : void | ||
ParsePreviewLine ( int RowIndex ) : void |
|
|
ParseRow ( int index, bool ParseKeywords ) : void |
|
Method | Description | |
---|---|---|
GetEndSegment ( Row Row, Span currentSpan, int StartPos ) : |
||
GetNextChildSegment ( Row Row, Span currentSpan, int StartPos ) : |
||
GetNextWord ( string Text, Span currentSpan, int StartPos, bool &HasComplex ) : |
||
InternalParseLine ( int index, bool ParseKeywords ) : void | ||
IsSameButDifferent ( int RowIndex, Span oldStartSpan ) : bool | ||
MakeSame ( int RowIndex ) : void | ||
ParseText ( Row Row, Span currentSpan, string Text ) : void |
public Init ( SyntaxDefinition syntaxDefinition ) : void | ||
syntaxDefinition | SyntaxDefinition | |
return | void |
public Init ( string syntaxFile, string separators ) : void | ||
syntaxFile | string | |
separators | string | |
return | void |
public ParsePreviewLine ( int RowIndex ) : void | ||
RowIndex | int | |
return | void |
public ParseRow ( int index, bool ParseKeywords ) : void | ||
index | int | |
ParseKeywords | bool | |
return | void |