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

Method opcode

UnLuac/src/unluac/decompile/Code.java:67–69  ·  view source on GitHub ↗
(int line)

Source from the content-addressed store, hash-verified

65 }
66
67 public int opcode(int line) {
68 return extractor.op.extract(code[line - 1]);
69 }
70
71 /**
72 * Returns the A field of the instruction at the given line.

Callers 1

opMethod · 0.95

Calls 1

extractMethod · 0.80

Tested by

no test coverage detected