Class AnyTextGrammar.InheritanceRuleRule
A rule class representing the rule 'InheritanceRule'
public class AnyTextGrammar.InheritanceRuleRule : ModelElementRule<InheritanceRule>
- Inheritance
-
AnyTextGrammar.InheritanceRuleRule
- Inherited Members
Properties
SymbolKind
Gets the kind of document symbol to be used for this rule
public override SymbolKind SymbolKind { get; }
Property Value
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 AnyText file change.