Uses of Class
jasm.lang.Bytecode.DupX2

Packages that use Bytecode.DupX2
jasm.util.dfa A simple library for performing dataflow analysis. 
jasm.verifier Provides classes for verifying that a given class file is valid with respect to the JVM Specification (e.g. 
 

Uses of Bytecode.DupX2 in jasm.util.dfa
 

Methods in jasm.util.dfa with parameters of type Bytecode.DupX2
abstract  T ForwardFlowAnalysis.transfer(int index, Bytecode.DupX2 code, T store)
          Generate an updated a abstract store by apply the abstract effect(s) of a dup_x2 bytecode to an incoming store.
 

Uses of Bytecode.DupX2 in jasm.verifier
 

Methods in jasm.verifier with parameters of type Bytecode.DupX2
 TypeAnalysis.Store TypeAnalysis.transfer(int index, Bytecode.DupX2 code, TypeAnalysis.Store store)
           
 



Copyright © 2013 David J. Pearce. All Rights Reserved.