soot.jimple.parser
Class Parse

java.lang.Object
  |
  +--soot.jimple.parser.Parse

public class Parse
extends java.lang.Object

Provides a test-driver for the Jimple parser.


Constructor Summary
Parse()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static SootClass parse(java.io.InputStream istream, SootClass sc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parse

public Parse()
Method Detail

parse

public static SootClass parse(java.io.InputStream istream,
                              SootClass sc)

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
java.lang.Exception