C# 클래스 Alsing.SourceCode.SyntaxDocumentParsers.ParseTools

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
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

메소드 상세

AddPatternString() 공개 정적인 메소드

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
리턴 void

AddString() 공개 정적인 메소드

public static AddString ( string Text, Row Row, TextStyle Style, Span span ) : void
Text string
Row Row
Style TextStyle
span Span
리턴 void

GetFirstWord() 공개 정적인 메소드

public static GetFirstWord ( char TextBuffer, PatternCollection Patterns, int StartPosition ) : PatternScanResult
TextBuffer char
Patterns PatternCollection
StartPosition int
리턴 PatternScanResult

GetWords() 공개 정적인 메소드

public static GetWords ( string text ) : List
text string
리턴 List