Click or drag to resize

IPatternMatchingConstruct Interface

A sequence construct that allows to match patterns (most also allow to rewrite them). Utilized in begin and end events to tell about the construct that started or ended; to be type checked against the concrete construct as needed, e.g. SequenceExpressionRuleQuery or SequenceMultiRuleAllCall from interpreted sequences, or PatternMatchingConstruct from compiled sequences.

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

The IPatternMatchingConstruct type exposes the following members.

Properties
 NameDescription
Public propertyConstructType 
Public propertySymbol A string symbol representing this sequence /expression kind.
Top
See Also