getOffset renamed to getAddress to be the same in AS2 and AS3

This commit is contained in:
honfika@gmail.com
2015-12-08 13:35:39 +01:00
parent e2e4bd70ce
commit adf9a5b49c
12 changed files with 65 additions and 71 deletions

View File

@@ -37,7 +37,7 @@ public interface GraphSourceItem extends Serializable, Cloneable {
public boolean isExit();
public long getOffset();
public long getAddress();
public long getLineOffset();