Jode 1.90-CVS
Build Aug 6, 2004

Uses of Package
net.sf.jode.flow

Packages that use net.sf.jode.flow
net.sf.jode.decompiler   
net.sf.jode.flow   
 

Classes in net.sf.jode.flow used by net.sf.jode.decompiler
FlowBlock
          A flow block is the structure of which the flow graph consists.
StructuredBlock
          A structured block is the building block of the source programm.
 

Classes in net.sf.jode.flow used by net.sf.jode.flow
BreakableBlock
          This is a structured block, that supports break.
ConditionalBlock
          An ConditionalBlock is the structured block representing an if instruction.
FlowBlock
          A flow block is the structure of which the flow graph consists.
IfThenElseBlock
          An IfThenElseBlock is the structured block representing an if instruction.
InstructionBlock
          This is the structured block for atomic instructions.
InstructionContainer
          This is a method for block containing a single instruction.
Jump
          This class represents an unconditional jump.
LoopBlock
          This is the structured block for an Loop block.
ReturnBlock
          This is the structured block for a Return block.
SlotSet
          This class represents a set of local info, all having different slots.
SpecialBlock
          This is the structured block for atomic instructions.
StructuredBlock
          A structured block is the building block of the source programm.
SynchronizedBlock
          This class represents a synchronized structured block.
VariableSet
          This class represents a set of Variables, which are mainly used in the in/out sets of StructuredBlock.
VariableStack
          This class represents the state of the stack at various points in the program.
 


Jode 1.90-CVS
Build Aug 6, 2004

Copyright © 1998-2004 by Jochen Hoenicke.