Click or drag to resize

PatternMatchingConstruct Class

A compiled 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.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.libGrPatternMatchingConstruct

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

The PatternMatchingConstruct type exposes the following members.

Constructors
 NameDescription
Public methodPatternMatchingConstructInitializes a new instance of the PatternMatchingConstruct class
Top
Properties
 NameDescription
Public propertyConstructType 
Public propertySymbol 
Top
See Also