LangVal<T extends LangType> constructor
- String regName,
- T type
Constructs a language value with the specified register name and type.
Implementation
const LangVal(this.regName, this.type);
Constructs a language value with the specified register name and type.
const LangVal(this.regName, this.type);