Package codes.rafael.asmjdkbridge
package codes.rafael.asmjdkbridge
-
ClassesClassDescriptionA reader for class files that uses the JDK class file API.A class visitor that creates a class file which is based upon the JDK Class File API.A class reader that automatically resolves a suitable reader, either based on ASM (if ASM officially supports a class file version) or a JDK Class File API based implementation.ProbingClassReader.ClassWriterContainer<T extends org.objectweb.asm.ClassVisitor>A container for a class writer.A class writer that automatically resolves a suitable writer, either based on ASM (if ASM officially supports a class file version) or a JDK Class File API based implementation.