C# Class Boo.BooLangService.StringParsing.ExcludeStringMatcher

What does this name even mean?! I walk a string, looking for a match to what you asked for that ISN'T inside a string declaration. e.g. Find the next closing parenthesis, starting from the first opening paren. MyFun(x, "some string ()"); This would find the last paren, NOT the one inside the string.
Afficher le fichier Open project: jagregory/boolangstudio Class Usage Examples

Méthodes publiques

Méthode Description
ExcludeStringMatcher ( string source )
FindNextIndex ( char value ) : int?
SetStartIndex ( int index ) : void

Method Details

ExcludeStringMatcher() public méthode

public ExcludeStringMatcher ( string source )
source string

FindNextIndex() public méthode

public FindNextIndex ( char value ) : int?
value char
Résultat int?

SetStartIndex() public méthode

public SetStartIndex ( int index ) : void
index int
Résultat void