mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-30 22:21:35 +00:00
DoABC(82) renamed to DoABCDefine,
DoABC(72) tag created
This commit is contained in:
@@ -19,7 +19,7 @@ package com.jpexs.decompiler.flash.abc.usages;
|
||||
import com.jpexs.decompiler.flash.abc.ABC;
|
||||
import com.jpexs.decompiler.flash.abc.types.traits.TraitMethodGetterSetter;
|
||||
import com.jpexs.decompiler.flash.abc.types.traits.Traits;
|
||||
import com.jpexs.decompiler.flash.tags.DoABCTag;
|
||||
import com.jpexs.decompiler.flash.tags.ABCContainerTag;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
@@ -41,7 +41,7 @@ public abstract class MethodMultinameUsage extends TraitMultinameUsage {
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString(List<DoABCTag> abcTags, ABC abc) {
|
||||
public String toString(List<ABCContainerTag> abcTags, ABC abc) {
|
||||
return super.toString(abcTags, abc) + " " + (isInitializer
|
||||
? (isStatic
|
||||
? "class initializer"
|
||||
|
||||
Reference in New Issue
Block a user