mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-16 01:42:07 +00:00
AS3 p-code more RAbcDasm like
- get/setlocal_x renamed to get/setlocalx - QName casing changed from Qname Better increment/decrement detection, chained assignments.
This commit is contained in:
@@ -601,4 +601,8 @@ public abstract class GraphTargetItem implements Serializable, Cloneable {
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
public boolean isIdentical(GraphTargetItem other) {
|
||||
return this == other;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user