Jode 1.90-CVS
Build Aug 6, 2004

Uses of Class
net.sf.jode.bytecode.BasicBlocks

Packages that use BasicBlocks
net.sf.jode.bytecode Provides easy access to class files and their contents.  
net.sf.jode.decompiler   
net.sf.jode.jvm   
net.sf.jode.obfuscator   
net.sf.jode.obfuscator.modules   
 

Uses of BasicBlocks in net.sf.jode.bytecode
 

Methods in net.sf.jode.bytecode that return BasicBlocks
 BasicBlocks MethodInfo.getBasicBlocks()
           
 

Methods in net.sf.jode.bytecode with parameters of type BasicBlocks
 void MethodInfo.setBasicBlocks(BasicBlocks newBasicblocks)
           
 

Uses of BasicBlocks in net.sf.jode.decompiler
 

Methods in net.sf.jode.decompiler that return BasicBlocks
 BasicBlocks MethodAnalyzer.getBasicBlocks()
          Returns the bytecode info for this method.
 

Uses of BasicBlocks in net.sf.jode.jvm
 

Methods in net.sf.jode.jvm with parameters of type BasicBlocks
 java.lang.Object Interpreter.interpretMethod(BasicBlocks bb, java.lang.Object instance, java.lang.Object[] myParams)
           
 

Constructors in net.sf.jode.jvm with parameters of type BasicBlocks
CodeVerifier(ClassInfo ci, MethodInfo mi, BasicBlocks bb)
           
 

Uses of BasicBlocks in net.sf.jode.obfuscator
 

Methods in net.sf.jode.obfuscator with parameters of type BasicBlocks
 void CodeAnalyzer.analyzeCode(MethodIdentifier parent, BasicBlocks bb)
           
 void CodeTransformer.transformCode(BasicBlocks bb)
           
 

Uses of BasicBlocks in net.sf.jode.obfuscator.modules
 

Methods in net.sf.jode.obfuscator.modules with parameters of type BasicBlocks
 void LocalOptimizer.transformCode(BasicBlocks bb)
           
 void RemovePopAnalyzer.transformCode(BasicBlocks bb)
           
 void SimpleAnalyzer.analyzeCode(MethodIdentifier m, BasicBlocks bb)
          Reads the opcodes out of the code info and determine its references
 void SimpleAnalyzer.transformCode(BasicBlocks bb)
           
 void ConstantAnalyzer.analyzeCode(MethodIdentifier methodIdent, BasicBlocks bb)
           
 void ConstantAnalyzer.transformCode(BasicBlocks bb)
           
 


Jode 1.90-CVS
Build Aug 6, 2004

Copyright © 1998-2004 by Jochen Hoenicke.