Uses of Class
com.android.dx.cf.code.LocalVariableList.Item

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

Methods in com.android.dx.cf.code that return LocalVariableList.Item
 LocalVariableList.Item LocalVariableList.get(int n)
          Gets the indicated item.
 LocalVariableList.Item LocalVariableList.itemToLocal(LocalVariableList.Item item)
          Gets the local variable information in this instance which matches the given LocalVariableList.Item in all respects but the type descriptor and signature, if any.
 LocalVariableList.Item LocalVariableList.pcAndIndexToLocal(int pc, int index)
          Gets the local variable information associated with a given address and local index, if any.
 LocalVariableList.Item LocalVariableList.Item.withSignature(CstString newSignature)
          Constructs and returns an instance which is identical to this one, except that the signature is changed to the given value.
 

Methods in com.android.dx.cf.code with parameters of type LocalVariableList.Item
 LocalVariableList.Item LocalVariableList.itemToLocal(LocalVariableList.Item item)
          Gets the local variable information in this instance which matches the given LocalVariableList.Item in all respects but the type descriptor and signature, if any.
 boolean LocalVariableList.Item.matchesAllButType(LocalVariableList.Item other)
          Gets whether this instance matches (describes) the given other instance exactly in all fields except type descriptor and type signature.
 void LocalVariableList.set(int n, LocalVariableList.Item item)
          Sets the item at the given index.
 



Copyright © 2015. All rights reserved.