Click or drag to resize

IPatternVariable Interface

A pattern variable of a rule pattern.

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

The IPatternVariable type exposes the following members.

Properties
  NameDescription
Public propertyAnnotations
The annotations of the pattern element.
(Inherited from IPatternElement.)
Public propertyDefToBeYieldedTo
Iff true the element is only defined in its PointOfDefinition pattern, it gets matched in another, nested or called pattern which yields it to the containing pattern.
(Inherited from IPatternElement.)
Public propertyName
The name of the pattern element.
(Inherited from IPatternElement.)
Public propertyPointOfDefinition
The pattern where this element is contained the first time / gets matched (null if rule parameter).
(Inherited from IPatternElement.)
Public propertyType
The base VarType of the pattern variable (matching may be constrained further, this is only the base type)
Public propertyUnprefixedName
The pure name of the pattern element as specified in the .grg without any prefixes.
(Inherited from IPatternElement.)
Top
See Also