mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-03 12:24:32 +00:00
AS3 parser stub improved
This commit is contained in:
@@ -891,7 +891,7 @@ public class AVM2Code implements Serializable {
|
||||
writer.hilightSpecial("function ", "traittype");
|
||||
writer.hilightSpecial(constants.multinameToString(tf.name_index), "traitname");
|
||||
writer.appendNoHilight(" slotid ");
|
||||
writer.hilightSpecial("" + tf.slot_index, "slotid");
|
||||
writer.hilightSpecial("" + tf.slot_id, "slotid");
|
||||
writer.newLine();
|
||||
}
|
||||
if (trait instanceof TraitMethodGetterSetter) {
|
||||
|
||||
Reference in New Issue
Block a user