Class AnyTextGrammar.IDRule
A rule class representing the rule 'ID'
public class AnyTextGrammar.IDRule : RegexRule
- Inheritance
-
AnyTextGrammar.IDRule
- Inherited Members
Properties
IsIdentifier
True, if the rule application of this rule denotes an identifier
public override bool IsIdentifier { 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.