Calitha GOLD Parser Engine Documentation

Rule Constructor 

Creates a new rule.

public Rule(
   int id,
   SymbolNonterminal lhs,
   Symbol[] rhs
);

Parameters

id
Id of this rule.
lhs
Left hand side. The other symbols can be reduced to this symbol.
rhs
The right hand side. The symbols that can be reduced.

See Also

Rule Class | com.calitha.goldparser Namespace