soot
Class CoffiClassProvider
java.lang.Object
soot.CoffiClassProvider
- All Implemented Interfaces:
- ClassProvider
public class CoffiClassProvider
- 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoffiClassProvider
public CoffiClassProvider()
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