NonterminalExpression constructor

NonterminalExpression(
  1. String name
)

Implementation

NonterminalExpression(String name) : super(name);