AS3 parser: large name resolving refactoring, inner functions

code formatting, imports
This commit is contained in:
Jindra Pet��k
2014-04-12 22:31:22 +02:00
parent dda548ffaf
commit 90025e1bf6
246 changed files with 1795 additions and 1068 deletions
@@ -51,9 +51,9 @@ public class MarkItem extends GraphTargetItem {
public boolean hasReturnValue() {
return false;
}
@Override
public GraphTargetItem returnType() {
return TypeItem.UNBOUNDED;
}
}
}