Matches tokens which span multiple lines of the input.
Namespace:
SingularSys.Jep.ConfigurableParser.MatchersThe tokenizer matches the input a line at a time and subclasses of this can be used match tokens which span multiple lines.
Assembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# |
|---|
public class MultiLineMatcher : ITokenMatcher |
| Visual Basic (Declaration) |
|---|
Public Class MultiLineMatcher _ Implements ITokenMatcher |
| Visual C++ |
|---|
public ref class MultiLineMatcher : ITokenMatcher |