Version

GlobalAmbiguityContext Class Members

The following tables list the members exposed by GlobalAmbiguityContext.

Public Properties
 NameDescription
Public PropertyIsErrorHandlingGets the value indicating whether the parser is currently handling errors, which could produce extra global ambiguities that wouldn't occur during a normal parse.  
Public PropertyPreferredSubTreeRootGets or sets the root node of the sub-tree which should be chosen when constructing the final parse tree.  
Public PropertySubTreeRoot1Gets the root node of the first sub-tree in which the ambiguous text can be parsed.  
Public PropertySubTreeRoot2Gets the root node of the second sub-tree in which the ambiguous text can be parsed.  
See Also