Uses of Class
jasm.lang.Bytecode.IfCmp

Packages that use Bytecode.IfCmp
jasm.lang Provides core class for representing JVM class files, bytecodes, types and constants. 
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.IfCmp in jasm.lang
 

Methods in jasm.lang that return Bytecode.IfCmp
 Bytecode.IfCmp Bytecode.IfCmp.fixLong()
           
 

Uses of Bytecode.IfCmp in jasm.util.dfa
 

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

Uses of Bytecode.IfCmp in jasm.verifier
 

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



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