mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-08 18:46:12 +00:00
AS3 - some simplifications
This commit is contained in:
@@ -386,6 +386,10 @@ public abstract class GraphTargetItem implements Serializable, Cloneable {
|
||||
return EcmaScript.toNumberAs2(getResult());
|
||||
}
|
||||
|
||||
public String getResultAsString() {
|
||||
return EcmaScript.toString(getResult());
|
||||
}
|
||||
|
||||
public String toStringNoQuotes(LocalData localData) {
|
||||
// todo: honfika: this method should not be called, maybe we should throw an exception
|
||||
return toString();
|
||||
|
||||
Reference in New Issue
Block a user