com.android.dx.cf.code
Class Ropper

java.lang.Object
  extended by 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.


Method Summary
static RopMethod convert(ConcreteMethod method, TranslationAdvice advice, MethodList methods)
          Converts a ConcreteMethod to a RopMethod.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

convert

public static RopMethod convert(ConcreteMethod method,
                                TranslationAdvice advice,
                                MethodList methods)
Converts a ConcreteMethod to a RopMethod.

Parameters:
method - non-null; method to convert
advice - non-null; translation advice to use
methods - non-null; list of methods defined by the class that defines method.
Returns:
non-null; the converted instance


Copyright © 2015. All rights reserved.