TerminalExpression constructor

TerminalExpression(
  1. String name
)

Implementation

TerminalExpression(String name) : super(name);