Uses of Interface
com.android.dx.cf.code.Machine

Packages that use Machine
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 Machine in com.android.dx.cf.code
 

Classes in com.android.dx.cf.code that implement Machine
 class BaseMachine
          Base implementation of Machine.
 class ValueAwareMachine
          Machine which keeps track of known values but does not do smart/realistic reference type calculations.
 

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



Copyright © 2015. All rights reserved.