Package scale.j2s

Generates a Scribble CFG from a Java® bytecode file.

See:
          Description

Class Summary
ClassStuff This class associates various information about a Java class.
ClassStuff.CM Associate a class file with a method.
Java2Scribble This class maintains the global (inter-class) information used while converting Java byte codes to Scribble.
ScribbleGen This class processes the Code Attribute for a Java class method and produces a Scribble CFG.
 

Package scale.j2s Description

Generates a Scribble CFG from a Java® bytecode file. Note - this logic is incomplete because no target environment for the compiled code has been designed.