An NDoc Documented Class Library

Rule Class

Rule is the logical structures of the grammar.

For a list of all members of this type, see Rule Members.

System.Object
   GoldParser.Rule

public class Rule

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Rules consist of a head containing a nonterminal followed by a series of both nonterminals and terminals.

Requirements

Namespace: GoldParser

Assembly: GoldParser (in GoldParser.dll)

See Also

Rule Members | GoldParser Namespace