AS3 parser stub improved

This commit is contained in:
Jindra Pet��k
2014-03-23 11:53:52 +01:00
parent e1db945df8
commit 851287e550
170 changed files with 1661 additions and 337 deletions
@@ -18,6 +18,7 @@ package com.jpexs.decompiler.graph.model;
import com.jpexs.decompiler.flash.helpers.GraphTextWriter;
import com.jpexs.decompiler.graph.GraphTargetItem;
import com.jpexs.decompiler.graph.TypeItem;
/**
*
@@ -67,4 +68,9 @@ public class CommentItem extends GraphTargetItem {
public boolean hasReturnValue() {
return false;
}
@Override
public GraphTargetItem returnType() {
return TypeItem.UNBOUNDED;
}
}