TypeNode constructor

TypeNode(
  1. LangType value
)

Constructs a type node with the specified language type.

Parameters:

  • value: The language type this node represents

Implementation

TypeNode(LangType value) : super(value, []);