Class ClassNodeLoader

  • All Implemented Interfaces:
    ClassFinder

    public class ClassNodeLoader
    extends java.lang.Object
    implements ClassFinder
    Created by tanlehua on 2020-03-09. code is referenced to `lancet`. https://github.com/eleme/lancet
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.objectweb.asm.tree.ClassNode find​(java.lang.String className)  
      org.objectweb.asm.tree.ClassNode find​(java.lang.String className, int parsingOption)  
      java.lang.Class<?> loadClass​(java.lang.String className)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • find

        public org.objectweb.asm.tree.ClassNode find​(java.lang.String className,
                                                     int parsingOption)
        Specified by:
        find in interface ClassFinder
      • find

        public org.objectweb.asm.tree.ClassNode find​(java.lang.String className)
        Specified by:
        find in interface ClassFinder
      • loadClass

        public java.lang.Class<?> loadClass​(java.lang.String className)
        Specified by:
        loadClass in interface ClassFinder