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

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

Methods in com.android.dx.cf.code that return ExecutionStack
 ExecutionStack ExecutionStack.copy()
          Makes and returns a mutable copy of this instance.
 ExecutionStack Frame.getStack()
          Gets the execution stack for this instance.
 ExecutionStack ExecutionStack.merge(ExecutionStack other)
          Merges this stack with another stack.
static ExecutionStack Merger.mergeStack(ExecutionStack stack1, ExecutionStack stack2)
          Merges two stacks.
 

Methods in com.android.dx.cf.code with parameters of type ExecutionStack
 ExecutionStack ExecutionStack.merge(ExecutionStack other)
          Merges this stack with another stack.
static ExecutionStack Merger.mergeStack(ExecutionStack stack1, ExecutionStack stack2)
          Merges two stacks.
 



Copyright © 2015. All rights reserved.