()
| 61 | private static native long matchaGoType(String a); |
| 62 | |
| 63 | public Object toObject() { |
| 64 | long foreignRef = matchaGoToForeign(this.goRef); |
| 65 | return Tracker.singleton().get(foreignRef); |
| 66 | } |
| 67 | public boolean toBool() { |
| 68 | return matchaGoToBool(this.goRef); |
| 69 | } |
no test coverage detected