An NDoc Documented Class Library

Rule Constructor 

Creates a new instance of Rule class.

public Rule(
   int index,
   Symbol nonTerminal,
   Symbol[] symbols
);

Parameters

index
Index of the rule in the grammar rule table.
nonTerminal
Nonterminal of the rule.
symbols
Terminal and nonterminal symbols of the rule.

See Also

Rule Class | GoldParser Namespace