Uses of Class
com.sun.xml.ws.org.objectweb.asm.ClassReader
Packages that use ClassReader
-
Uses of ClassReader in com.sun.xml.ws.org.objectweb.asm
Methods in com.sun.xml.ws.org.objectweb.asm with parameters of type ClassReaderModifier and TypeMethodDescriptionprotected AttributeAttribute.read(ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) Reads aAttribute.typeattribute.Constructors in com.sun.xml.ws.org.objectweb.asm with parameters of type ClassReaderModifierConstructorDescriptionClassWriter(ClassReader classReader, int flags) Constructs a newClassWriterobject and enables optimizations for "mostly add" bytecode transformations.