Class SSAIdentifierUtils
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.parse.utils.SSAIdentifierUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isMovableUnder
(Collection<LValue> lValues, LValue lValueMove, SSAIdentifiers atTarget, SSAIdentifiers atSource)
-
Constructor Details
-
SSAIdentifierUtils
public SSAIdentifierUtils()
-
-
Method Details
-
isMovableUnder
public static boolean isMovableUnder(Collection<LValue> lValues, LValue lValueMove, SSAIdentifiers atTarget, SSAIdentifiers atSource)
-