MCPcopy Create free account
hub / github.com/Hiro420/NikkeTools / defaultToString

Method defaultToString

UnLuac/src/unluac/decompile/Op.java:350–352  ·  view source on GitHub ↗
(int codepoint, Version version, CodeExtract ex)

Source from the content-addressed store, hash-verified

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);
352 }
353
354 private static String toStringHelper(String name, OperandFormat[] operands, int codepoint, CodeExtract ex, String label) {
355 int width = 10;

Callers 1

disassembleMethod · 0.95

Calls 3

toStringHelperMethod · 0.95
extractMethod · 0.80
getDefaultOpMethod · 0.80

Tested by

no test coverage detected