Debug (breakpoints, step) P-code for both AS1/2 and AS3

This commit is contained in:
Jindra Petřík
2015-12-06 06:29:08 +01:00
parent e2c299afa0
commit 0724b4a3f0
75 changed files with 670 additions and 264 deletions

View File

@@ -29,6 +29,8 @@ public interface GraphSourceItem extends Serializable, Cloneable {
public int getStackPushCount(BaseLocalData localData, TranslateStack stack);
public long getFileOffset();
public boolean isJump();
public boolean isBranch();