Uses of Class
com.android.dx.cf.code.ConcreteMethod

Packages that use ConcreteMethod
com.android.dx.cf.code Implementation of classes having to do with Java simulation, such as is needed for verification or stack-to-register conversion. 
 

Uses of ConcreteMethod in com.android.dx.cf.code
 

Methods in com.android.dx.cf.code with parameters of type ConcreteMethod
static RopMethod Ropper.convert(ConcreteMethod method, TranslationAdvice advice, MethodList methods)
          Converts a ConcreteMethod to a RopMethod.
static ByteBlockList BasicBlocker.identifyBlocks(ConcreteMethod method)
          Identifies and enumerates the basic blocks in the given method, returning a list of them.
 

Constructors in com.android.dx.cf.code with parameters of type ConcreteMethod
Simulator(Machine machine, ConcreteMethod method)
          Constructs an instance.
 



Copyright © 2015. All rights reserved.