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

Method Ax

UnLuac/src/unluac/decompile/Code.java:119–121  ·  view source on GitHub ↗

Returns the Ax field (A extended) of the instruction at the given line.

(int line)

Source from the content-addressed store, hash-verified

117 * Returns the Ax field (A extended) of the instruction at the given line.
118 */
119 public int Ax(int line) {
120 return extractor.Ax.extract(code[line - 1]);
121 }
122
123 /**
124 * Returns the Bx field (B extended) of the instruction at the given line.

Callers 1

processLineMethod · 0.80

Calls 1

extractMethod · 0.80

Tested by

no test coverage detected