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

Method extract

UnLuac/src/unluac/decompile/CodeExtract.java:20–22  ·  view source on GitHub ↗
(int codepoint)

Source from the content-addressed store, hash-verified

18 }
19
20 public int extract(int codepoint) {
21 return ((codepoint >>> shift) & mask) - offset;
22 }
23
24 public boolean check(int x) {
25 return ((x + offset) & ~mask) == 0;

Callers 13

hasExtraByteMethod · 0.80
jumpFieldMethod · 0.80
targetMethod · 0.80
defaultToStringMethod · 0.80
toStringHelperMethod · 0.80
opcodeMethod · 0.80
AMethod · 0.80
CMethod · 0.80
kMethod · 0.80
BMethod · 0.80
AxMethod · 0.80
BxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected