formatting & imports

This commit is contained in:
Jindra Pet��k
2013-03-23 13:29:18 +01:00
parent 066a04a113
commit 60a8549192
11 changed files with 35 additions and 43 deletions
@@ -36,7 +36,7 @@ public class ActionSetMember extends Action {
@Override
public void translate(Stack<GraphTargetItem> stack, List<GraphTargetItem> output, java.util.HashMap<Integer, String> regNames, HashMap<String, GraphTargetItem> variables, HashMap<String, GraphTargetItem> functions) {
GraphTargetItem value = stack.pop();
GraphTargetItem value = stack.pop();
GraphTargetItem objectName = stack.pop();
GraphTargetItem object = stack.pop();
output.add(new SetMemberTreeItem(this, object, objectName, value));