Uses of Class
jasm.attributes.Code

Packages that use Code
jasm.io Provides classes for reading/writing class files and Jasm files. 
jasm.util Provides various helper classes, including a simple library for performing dataflow analysis. 
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 Code in jasm.io
 

Methods in jasm.io that return Code
protected  Code ClassFileReader.parseCode(int offset, java.lang.String name, ClassFile.Method enclosingMethod)
           
 

Uses of Code in jasm.util
 

Methods in jasm.util with parameters of type Code
 void DeadCodeElimination.apply(Code code)
           
 

Uses of Code in jasm.util.dfa
 

Methods in jasm.util.dfa with parameters of type Code
abstract  T[] ForwardFlowAnalysis.initialise(Code attribute, ClassFile.Method method)
          Generate an array of stores, one for each bytecode in the given method.
 

Uses of Code in jasm.verifier
 

Methods in jasm.verifier with parameters of type Code
 void ClassFileVerifier.checkCode(Code code, ClassFile.Method method, ClassFile parent)
           
 void ClassFileVerifier.checkLabels(Code code, ClassFile.Method method, ClassFile parent)
           
 TypeAnalysis.Store[] TypeAnalysis.initialise(Code attr, ClassFile.Method method)
           
 



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