LGSPMatching |
public abstract class LGSPMatchingPattern : IMatchingPattern
The LGSPMatchingPattern type exposes the following members.
| Name | Description | |
|---|---|---|
| LGSPMatchingPattern | Initializes a new instance of the LGSPMatchingPattern class |
| Name | Description | |
|---|---|---|
| Annotations | The annotations of the matching pattern (test/rule/subpattern) | |
| DefNames | An array of the names of the def elements yielded out of this pattern. | |
| InputNames | An array of the names corresponding to rule parameters. | |
| Inputs | An array of GrGen types corresponding to rule parameters. | |
| PatternGraph | The main pattern graph. |
| Name | Description | |
|---|---|---|
| annotations | The annotations of the matching pattern (test/rule/subpattern) | |
| defNames | Names of the def elements yielded out of this pattern. | |
| defs | An array of GrGen types corresponding to def elments yielded out of this pattern. | |
| inputNames | Names of the rule parameter elements | |
| inputs | An array of GrGen types corresponding to rule parameters. | |
| name | Our name | |
| patternGraph | The main pattern graph. | |
| uses | A count of using occurances of this subpattern |