Click or drag to resize

ISequenceSpecial Interface

A Sequence Base with a Special flag.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public interface ISequenceSpecial

The ISequenceSpecial type exposes the following members.

Properties
 NameDescription
Public propertySpecial The "Special" flag. Usage is implementation specific. GrShell uses this flag to indicate breakpoints when in debug mode and to dump matches when in normal mode.
Top
See Also