mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 15:20:48 +00:00
AS2: p-code deobfuscation
This commit is contained in:
@@ -24,4 +24,11 @@ public class BitNotTreeItem extends UnaryOpTreeItem {
|
||||
public BitNotTreeItem(Action instruction, TreeItem value) {
|
||||
super(instruction, PRECEDENCE_UNARY, value, "~");
|
||||
}
|
||||
|
||||
@Override
|
||||
public double toNumber() {
|
||||
return ~((int)value.toNumber());
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user