soot
Class JimpleClassProvider

java.lang.Object
  extended by soot.JimpleClassProvider
All Implemented Interfaces:
ClassProvider

public class JimpleClassProvider
extends Object
implements ClassProvider

A class provider looks for a file of a specific format for a specified class, and returns a ClassSource for it if it finds it.


Constructor Summary
JimpleClassProvider()
           
 
Method Summary
 ClassSource find(String className)
          Look for the specified class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JimpleClassProvider

public JimpleClassProvider()
Method Detail

find

public ClassSource find(String className)
Look for the specified class. Return a ClassSource for it if found, or null if it was not found.

Specified by:
find in interface ClassProvider