C# Class Alsing.Text.PatternMatchers.RangePatternMatcher

Inheritance: PatternMatcherBase
Datei anzeigen Open project: vchelaru/FlatRedBall

Public Methods

Method Description
Match ( string textToMatch, int matchAtIndex ) : int
RangePatternMatcher ( char quote )
RangePatternMatcher ( char start, char end )
RangePatternMatcher ( char start, char end, char escape )

Method Details

Match() public method

public Match ( string textToMatch, int matchAtIndex ) : int
textToMatch string
matchAtIndex int
return int

RangePatternMatcher() public method

public RangePatternMatcher ( char quote )
quote char

RangePatternMatcher() public method

public RangePatternMatcher ( char start, char end )
start char
end char

RangePatternMatcher() public method

public RangePatternMatcher ( char start, char end, char escape )
start char
end char
escape char