mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 13:20:45 +00:00
AS3 p-code more RAbcDasm like (parenthesis after True/False/Undefined/Null trait kinds)
AS3 method trait p-code indentation AS3 editation of body traits (slot/const only)
This commit is contained in:
@@ -122,9 +122,9 @@ public class ASMSourceEditorPane extends DebuggableEditorPane implements CaretLi
|
||||
trait.convertTraitHeader(abc, writer);
|
||||
}
|
||||
MethodBody body = abc.bodies.get(bodyIndex);
|
||||
abc.bodies.get(bodyIndex).getCode().toASMSource(abc.constants, abc.method_info.get(body.method_info), body, exportMode, writer);
|
||||
abc.bodies.get(bodyIndex).getCode().toASMSource(abc, abc.constants, abc.method_info.get(body.method_info), body, exportMode, writer);
|
||||
if (trait != null) {
|
||||
writer.appendNoHilight("end ; trait").newLine();
|
||||
writer.unindent().appendNoHilight("end ; trait").newLine();
|
||||
}
|
||||
return new HighlightedText(writer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user