Lazy dump info collecting

This commit is contained in:
honfika
2014-08-10 21:44:53 +02:00
parent 97631dc718
commit 3e0250c9cb
23 changed files with 370 additions and 410 deletions
@@ -16,6 +16,7 @@
*/
package com.jpexs.decompiler.flash.dumpview;
import com.jpexs.decompiler.flash.tags.TagStub;
import java.util.ArrayList;
import java.util.List;
@@ -27,6 +28,7 @@ public class DumpInfo {
public String name;
public String type;
public TagStub tagToResolve = null;
public Object previewValue;