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
@@ -51,4 +51,9 @@ public class MarkItem extends GraphTargetItem {
public boolean hasReturnValue() {
return false;
}
@Override
public GraphTargetItem returnType() {
return TypeItem.UNBOUNDED;
}
}