6 types derived from ParseElement
System.Speech (6)
Internal\SrgsCompiler\GrammarElement.cs (1)
11internal class GrammarElement : ParseElement, IGrammar
Internal\SrgsCompiler\ParseElementCollection.cs (1)
12internal abstract class ParseElementCollection : ParseElement
Internal\SrgsCompiler\PropertyTag.cs (1)
9internal sealed class PropertyTag : ParseElement, IPropertyTag
Internal\SrgsCompiler\RuleRef.cs (1)
15internal class RuleRef : ParseElement, IRuleRef
Internal\SrgsCompiler\SemanticTag.cs (1)
8internal sealed class SemanticTag : ParseElement, ISemanticTag
Internal\SrgsCompiler\Subset.cs (1)
12internal class Subset : ParseElement, ISubset
2 references to ParseElement
System.Speech (2)
Internal\SrgsCompiler\PropertyTag.cs (1)
13internal PropertyTag(ParseElement parent, Backend backend)
Internal\SrgsCompiler\SemanticTag.cs (1)
12internal SemanticTag(ParseElement parent, Backend backend)