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