Interface ClassRepo

All Known Implementing Classes:
CachingRepo, JarRepo, RuntimeRepo

public interface ClassRepo
  • Method Summary

    Modifier and Type
    Method
    Description
    org.objectweb.asm.tree.ClassNode
    findClass(String internalName)
     
  • Method Details

    • findClass

      org.objectweb.asm.tree.ClassNode findClass(String internalName)