C# Class Alsing.SourceCode.SyntaxDocumentParsers.ParseTools

Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
AddPatternString ( string Text, Row Row, Pattern Pattern, TextStyle Style, Span span, bool HasError ) : void
AddString ( string Text, Row Row, TextStyle Style, Span span ) : void
GetFirstWord ( char TextBuffer, PatternCollection Patterns, int StartPosition ) : PatternScanResult
GetWords ( string text ) : List

Method Details

AddPatternString() public static méthode

public static AddPatternString ( string Text, Row Row, Pattern Pattern, TextStyle Style, Span span, bool HasError ) : void
Text string
Row Row
Pattern Pattern
Style TextStyle
span Span
HasError bool
Résultat void

AddString() public static méthode

public static AddString ( string Text, Row Row, TextStyle Style, Span span ) : void
Text string
Row Row
Style TextStyle
span Span
Résultat void

GetFirstWord() public static méthode

public static GetFirstWord ( char TextBuffer, PatternCollection Patterns, int StartPosition ) : PatternScanResult
TextBuffer char
Patterns PatternCollection
StartPosition int
Résultat PatternScanResult

GetWords() public static méthode

public static GetWords ( string text ) : List
text string
Résultat List