soot.jimple.parser
Class Parse

java.lang.Object
  extended by soot.jimple.parser.Parse

public class Parse
extends Object

Provides a test-driver for the Jimple parser.


Constructor Summary
Parse()
           
 
Method Summary
static void main(String[] args)
           
static SootClass parse(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(InputStream istream,
                              SootClass sc)

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception