Matches tokens which span multiple lines of the input.

The tokenizer matches the input a line at a time and subclasses of this can be used match tokens which span multiple lines.

Namespace:  SingularSys.Jep.ConfigurableParser.Matchers
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

Inheritance Hierarchy

System..::.Object
  SingularSys.Jep.ConfigurableParser.Matchers..::.MultiLineMatcher

See Also