mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 00:34:51 +00:00
Fixed AS1/2 - switch with nontrivial expressions like and/or,ternar (second pass)
This commit is contained in:
@@ -12,10 +12,12 @@
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library.
|
||||
* License along with this library.
|
||||
*/
|
||||
package com.jpexs.decompiler.flash;
|
||||
|
||||
import com.jpexs.decompiler.graph.GraphSourceItem;
|
||||
import com.jpexs.decompiler.graph.SecondPassData;
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -24,4 +26,6 @@ import com.jpexs.decompiler.graph.GraphSourceItem;
|
||||
public abstract class BaseLocalData {
|
||||
|
||||
public GraphSourceItem lineStartInstruction;
|
||||
|
||||
public SecondPassData secondPassData = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user