toString method

  1. @override
String toString()
override

Returns the LLVM IR type string representation of this language type.

This is equivalent to accessing the irType getter.

Implementation

@override
String toString() {
  return irType;
}