abi_string.go 351 B

12345678910111213141516
  1. // Code generated by "stringer -type ABI"; DO NOT EDIT.
  2. package obj
  3. import "strconv"
  4. const _ABI_name = "ABI0ABIInternalABICount"
  5. var _ABI_index = [...]uint8{0, 4, 15, 23}
  6. func (i ABI) String() string {
  7. if i >= ABI(len(_ABI_index)-1) {
  8. return "ABI(" + strconv.FormatInt(int64(i), 10) + ")"
  9. }
  10. return _ABI_name[_ABI_index[i]:_ABI_index[i+1]]
  11. }