mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 00:30:45 +00:00
adapting AS3 decompilation to common method
This commit is contained in:
@@ -29,6 +29,12 @@ public class DoWhileItem extends LoopItem implements Block {
|
||||
return false;
|
||||
}
|
||||
|
||||
public List<List<GraphTargetItem>> getSubs() {
|
||||
List<List<GraphTargetItem>> ret = new ArrayList<List<GraphTargetItem>>();
|
||||
ret.add(commands);
|
||||
return ret;
|
||||
}
|
||||
|
||||
public DoWhileItem(GraphSourceItem src, Loop loop, List<GraphTargetItem> commands, GraphTargetItem expression) {
|
||||
super(src, loop);
|
||||
this.expression = expression;
|
||||
|
||||
Reference in New Issue
Block a user