Package tom.library.bytecode

Provides the Tom bytecode manipulation library.

See:
          Description

Class Summary
BytecodeGenerator  
BytecodeReader  
CFGViewer A dot control flow graph exporter.
CFGViewer.AllCfg  
CFGViewer.Assign Assign the current instruction node to the given InsWrapper.
CFGViewer.BuildLabelMap  
CFGViewer.IsMarked  
CFGViewer.Mark  
CFGViewer.OneCfg  
CFGViewer.PrintDotLink Prints a link from the `parent' instruction to the current node instruction.
CFGViewer.PrintDotNode Prints the current instruction node with a suitable label.
CFGViewer.UnMark  
MethodGenerator  
ToolBox  
ToolBox.BuildDescriptor  
 

Package tom.library.bytecode Description

Provides the Tom bytecode manipulation library.

This package provides tools to manipulate Java bytecode as a Gom structure. It relies on the ASM library from ObjectWeb to read and write bytecode.

See Also:
TNode