An NDoc Documented Class Library

Symbol Class

Represents a terminal or nonterminal symbol used by the Deterministic Finite Automata (DFA) and LR Parser.

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

System.Object
   GoldParser.Symbol

public class Symbol

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

Symbols can be either terminals (which represent a class of tokens - such as identifiers) or nonterminals (which represent the rules and structures of the grammar). Terminal symbols fall into several categories for use by the GOLD Parser Engine which are enumerated in SymbolType enumeration.

Requirements

Namespace: GoldParser

Assembly: GoldParser (in GoldParser.dll)

See Also

Symbol Members | GoldParser Namespace