Interface Loader
- All Known Implementing Classes:
BytecoderLoader
public interface Loader
-
Method Summary
Modifier and TypeMethodDescriptiongetResource
(String resourceName) getResources
(String resourceName) org.objectweb.asm.tree.ClassNode
loadClassFor
(org.objectweb.asm.Type type)
-
Method Details
-
loadClassFor
org.objectweb.asm.tree.ClassNode loadClassFor(org.objectweb.asm.Type type) throws IOException, ClassNotFoundException - Throws:
IOException
ClassNotFoundException
-
getResources
- Throws:
IOException
-
getResource
-