Uses of Class
org.objectweb.asm.ClassReader
Packages that use ClassReader
Package
Description
Provides a small and fast bytecode manipulation framework.
Provides ASM visitors that can be useful for programming and
debugging purposes.
-
Uses of ClassReader in org.objectweb.asm
Methods in org.objectweb.asm with parameters of type ClassReaderModifier and TypeMethodDescriptionprotected AttributeAttribute.read(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels) Reads atypeattribute.Constructors in org.objectweb.asm with parameters of type ClassReaderModifierConstructorDescriptionClassWriter(ClassReader classReader, int flags) Constructs a newClassWriterobject and enables optimizations for "mostly add" bytecode transformations. -
Uses of ClassReader in org.objectweb.asm.util
Methods in org.objectweb.asm.util with parameters of type ClassReaderModifier and TypeMethodDescriptionstatic voidCheckClassAdapter.verify(ClassReader cr, boolean dump, PrintWriter pw) Checks a given classstatic voidCheckClassAdapter.verify(ClassReader cr, ClassLoader loader, boolean dump, PrintWriter pw) Checks a given class