Uses of Class
com.sun.xml.ws.org.objectweb.asm.ClassReader
-
Packages that use ClassReader Package Description com.sun.xml.ws.org.objectweb.asm -
-
Uses of ClassReader in com.sun.xml.ws.org.objectweb.asm
Methods in com.sun.xml.ws.org.objectweb.asm with parameters of type ClassReader Modifier and Type Method Description protected AttributeAttribute. read(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels)Reads atypeattribute.Constructors in com.sun.xml.ws.org.objectweb.asm with parameters of type ClassReader Constructor Description ClassWriter(ClassReader classReader, int flags)Constructs a newClassWriterobject and enables optimizations for "mostly add" bytecode transformations.
-