GenericTypeParameterExpr constructor
GenericTypeParameterExpr(
- IdentifierExpr id, {
- NominalTypeExpr? superType,
- HTSource? source,
- int line = 0,
- int column = 0,
- int offset = 0,
- int length = 0,
Implementation
GenericTypeParameterExpr(
this.id, {
this.superType,
super.source,
super.line = 0,
super.column = 0,
super.offset = 0,
super.length = 0,
}) : super(Semantic.genericTypeParamExpr);