|
|
|
@ -1,13 +1,10 @@ |
|
|
|
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
|
|
|
|
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
|
|
|
|
package org.jetbrains.java.decompiler.modules.decompiler.stats; |
|
|
|
|
|
|
|
|
|
import java.util.Collection; |
|
|
|
|
import java.util.HashSet; |
|
|
|
|
import java.util.Set; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* @author egor |
|
|
|
|
*/ |
|
|
|
|
public class DummyExitStatement extends Statement { |
|
|
|
|
public Set<Integer> bytecode = null; // offsets of bytecode instructions mapped to dummy exit
|
|
|
|
|
|
|
|
|
|