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.2
Syntax
C#
public class PatternMatchingConstruct : IPatternMatchingConstruct

The PatternMatchingConstruct type exposes the following members.

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