![]() | IPatternElement Interface |
Namespace: de.unika.ipd.grGen.libGr
public interface IPatternElement
The IPatternElement type exposes the following members.
Name | Description | |
---|---|---|
![]() | Annotations |
The annotations of the pattern element.
|
![]() | DefToBeYieldedTo |
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.
|
![]() | Name |
The name of the pattern element.
|
![]() | PointOfDefinition |
The pattern where this element is contained the first time / gets matched (null if rule parameter).
|
![]() | Type |
The base GrGenType of the pattern element (matching may be constrained further, this is only the base type)
|
![]() | UnprefixedName |
The pure name of the pattern element as specified in the .grg without any prefixes.
|