Class AnyMetaGrammar.BoundsRule
A rule class representing the rule 'Bounds'
public class AnyMetaGrammar.BoundsRule : QuoteRule
- Inheritance
-
AnyMetaGrammar.BoundsRule
- Inherited Members
Methods
Initialize(GrammarContext)
Initializes the current grammar rule
public override void Initialize(GrammarContext context)
Parameters
context
GrammarContextthe grammar context in which the rule is initialized
Remarks
Do not modify the contents of this method as it will be overridden as the contents of the Metamodel file change.
PostInitialize(GrammarContext)
Initializes the rule based on the provided grammar context
protected override void PostInitialize(GrammarContext context)
Parameters
context
GrammarContextthe grammar context
Remarks
The contents of the rule are overridden here