(int codepoint, CodeExtract ex, String label)
| 344 | } |
| 345 | |
| 346 | public String codePointToString(int codepoint, CodeExtract ex, String label) { |
| 347 | return toStringHelper(name, operands, codepoint, ex, label); |
| 348 | } |
| 349 | |
| 350 | public static String defaultToString(int codepoint, Version version, CodeExtract ex) { |
| 351 | return toStringHelper(String.format("op%02d", ex.op.extract(codepoint)), version.getDefaultOp().operands, codepoint, ex, null); |
no test coverage detected