TypeNode constructor
- 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, []);
Constructs a type node with the specified language type.
Parameters:
value
: The language type this node representsTypeNode(LangType value) : super(value, []);