Class AnyTextGrammar
Denotes a class capable to parse the language anytext
public class AnyTextGrammar : ReflectiveGrammar
- Inheritance
-
AnyTextGrammar
- Inherited Members
Properties
LanguageId
Gets the language id for this grammar
public override string LanguageId { get; }
Property Value
Methods
GetRootRule(GrammarContext)
Gets the root rule
protected override Rule GetRootRule(GrammarContext context)
Parameters
context
GrammarContexta context to resolve the root rule
Returns
- Rule
the root rule for this grammar