Class SSAIdentifierUtils
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.parse.utils.SSAIdentifierUtils
-
public class SSAIdentifierUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SSAIdentifierUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isMovableUnder(java.util.Collection<LValue> lValues, LValue lValueMove, SSAIdentifiers atTarget, SSAIdentifiers atSource)
-
-
-
Method Detail
-
isMovableUnder
public static boolean isMovableUnder(java.util.Collection<LValue> lValues, LValue lValueMove, SSAIdentifiers atTarget, SSAIdentifiers atSource)
-
-