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

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

Subclasses of LocalsArray in com.android.dx.cf.code
 class LocalsArraySet
          Representation of a set of local variable arrays, with Java semantics.
 class OneLocalsArray
          Representation of an array of local variables, with Java semantics.
 

Methods in com.android.dx.cf.code that return LocalsArray
 LocalsArray LocalsArraySet.copy()
           
abstract  LocalsArray LocalsArray.copy()
          Makes and returns a mutable copy of this instance.
 LocalsArray Frame.getLocals()
          Gets the locals array for this instance.
 LocalsArray OneLocalsArray.merge(LocalsArray other)
           
abstract  LocalsArray LocalsArray.merge(LocalsArray other)
          Merges this instance with other.
 LocalsArray LocalsArraySet.subArrayForLabel(int subLabel)
          Returns a LocalsArray instance representing the locals state that should be used when returning to a subroutine caller.
 

Methods in com.android.dx.cf.code with parameters of type LocalsArray
 LocalsArray OneLocalsArray.merge(LocalsArray other)
           
 LocalsArraySet LocalsArraySet.merge(LocalsArray other)
           
abstract  LocalsArray LocalsArray.merge(LocalsArray other)
          Merges this instance with other.
 LocalsArraySet OneLocalsArray.mergeWithSubroutineCaller(LocalsArray other, int predLabel)
           
 LocalsArraySet LocalsArraySet.mergeWithSubroutineCaller(LocalsArray other, int predLabel)
          Merges this instance with a LocalsSet from a subroutine caller.
abstract  LocalsArraySet LocalsArray.mergeWithSubroutineCaller(LocalsArray other, int predLabel)
          Merges this instance with a LocalsSet from a subroutine caller.
 

Constructor parameters in com.android.dx.cf.code with type arguments of type LocalsArray
LocalsArraySet(OneLocalsArray primary, ArrayList<LocalsArray> secondaries)
          Constructs an instance with the specified primary and secondaries set.
 



Copyright © 2015. All rights reserved.