Recognize comments of the form /* ... which can span multiple lines.

Namespace:  SingularSys.Jep.ConfigurableParser.Matchers
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public static MultiLineMatcher MultiLineSlashStarCommentMatcher()
Visual Basic (Declaration)
Public Shared Function MultiLineSlashStarCommentMatcher As MultiLineMatcher
Visual C++
public:
static MultiLineMatcher^ MultiLineSlashStarCommentMatcher()

Return Value

CommentTokenMatcher instance

See Also