Calitha GOLD Parser Engine Documentation

NonterminalToken Constructor 

Creates a new nonterminal token.

public NonterminalToken(
   Rule rule,
   Token[] tokens
);

Parameters

rule
The reduction rule.
tokens
The tokens that are reduced.

See Also

NonterminalToken Class | com.calitha.goldparser Namespace