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