Jode 1.90-CVS
Build Aug 6, 2004

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

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

Uses of Block in net.sf.jode.bytecode
 

Methods in net.sf.jode.bytecode that return Block
 Block Handler.getStart()
          Gets the first basic block of the try.
 Block Handler.getEnd()
          Gets the last basic block of the try.
 Block Handler.getCatcher()
          Gets the first basic block of the exception handler.
 Block[] Block.getSuccs()
          Gets the successor array.
 Block BasicBlocks.getStartBlock()
           
 Block[] BasicBlocks.getBlocks()
           
 

Methods in net.sf.jode.bytecode with parameters of type Block
 void Handler.setStart(Block start)
           
 void Handler.setEnd(Block end)
           
 void Handler.setCatcher(Block catcher)
           
 void Block.setCode(Instruction[] instrs, Block[] succs)
          Set the code, i.e. instructions and successor blocks.
 void BasicBlocks.setBlocks(Block[] blocks, Block startBlock, Handler[] handlers)
           
 

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

Methods in net.sf.jode.obfuscator.modules with parameters of type Block
 net.sf.jode.obfuscator.modules.RemovePopAnalyzer.BlockInfo RemovePopAnalyzer.analyzeBlock(Block block, net.sf.jode.obfuscator.modules.RemovePopAnalyzer.BlockInfo oldInfo)
           
 


Jode 1.90-CVS
Build Aug 6, 2004

Copyright © 1998-2004 by Jochen Hoenicke.