com.android.dx.cf.code
Class Ropper
java.lang.Object
com.android.dx.cf.code.Ropper
public final class Ropper
- extends Object
Utility that converts a basic block list into a list of register-oriented
blocks.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
convert
public static RopMethod convert(ConcreteMethod method,
TranslationAdvice advice)
- Converts a
ConcreteMethod to a RopMethod.
- Parameters:
method - non-null; method to convertadvice - non-null; translation advice to use
- Returns:
non-null; the converted instance
Copyright © 2012. All Rights Reserved.