Class LoopLivenessClash
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.LoopLivenessClash
-
public class LoopLivenessClash extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LoopLivenessClash()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
detect(java.util.List<Op03SimpleStatement> statements, BytecodeMeta bytecodeMeta)
private static boolean
detect(Op03SimpleStatement statement, BytecodeMeta bytecodeMeta)
private static JavaTypeInstance
getIterableIterType(JavaTypeInstance type)
-
-
-
Method Detail
-
detect
public static boolean detect(java.util.List<Op03SimpleStatement> statements, BytecodeMeta bytecodeMeta)
-
getIterableIterType
private static JavaTypeInstance getIterableIterType(JavaTypeInstance type)
-
detect
private static boolean detect(Op03SimpleStatement statement, BytecodeMeta bytecodeMeta)
-
-