Version

GrammarAnalysisOptions Class Members

The following tables list the members exposed by GrammarAnalysisOptions.

Public Constructors
 NameDescription
Public ConstructorGrammarAnalysisOptions ConstructorCreates a new GrammarAnalysisOptions instance.  
Public Properties
 NameDescription
Public PropertyAnalyzeForAmbiguityGets or sets the value indicating whether analysis should be performed for the Ambiguity GrammarWarningType.  
Public PropertyAnalyzeForComplexNonTerminalSymbolGets or sets the value indicating whether analysis should be performed for the ComplexNonTerminalSymbol GrammarWarningType.  
Public PropertyAnalyzeForSymbolCannotBeParsedGets or sets the value indicating whether analysis should be performed for the SymbolCannotBeParsed GrammarWarningType.  
Public PropertyAnalyzeForUnnecessarySyntaxRuleGets or sets the value indicating whether analysis should be performed for the UnnecessarySyntaxRule GrammarWarningType.  
Public PropertyComplexNonTerminalSymbolProductionLimitGets or sets the minimum number of productions a NonTerminalSymbol must have before being considered complex.  
See Also