Issue #146 AS2 classes in tree structure

This commit is contained in:
Jindra Pet��k
2013-06-23 11:03:30 +02:00
parent 3c04e824ad
commit 8f0608ffca
10 changed files with 242 additions and 48 deletions
@@ -628,6 +628,10 @@ public class Action implements GraphSourceItem {
return -1;
}
public static List<GraphTargetItem> actionsToTree(List<Action> actions, int version) {
return actionsToTree(new HashMap<Integer, String>(), new HashMap<String, GraphTargetItem>(), new HashMap<String, GraphTargetItem>(), actions, version);
}
/**
* Converts list of actions to ActionScript source code
*