Uses of Class
com.sun.xml.ws.org.objectweb.asm.Attribute
-
Packages that use Attribute Package Description com.sun.xml.ws.org.objectweb.asm -
-
Uses of Attribute in com.sun.xml.ws.org.objectweb.asm
Methods in com.sun.xml.ws.org.objectweb.asm that return Attribute Modifier and Type Method Description protected AttributeAttribute. read(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels)Reads atypeattribute.Methods in com.sun.xml.ws.org.objectweb.asm with parameters of type Attribute Modifier and Type Method Description voidClassReader. accept(ClassVisitor classVisitor, Attribute[] attrs, int flags)Makes the given visitor visit the Java class of thisClassReader.voidClassAdapter. visitAttribute(Attribute attr)voidClassVisitor. visitAttribute(Attribute attr)Visits a non standard attribute of the class.voidClassWriter. visitAttribute(Attribute attr)voidFieldVisitor. visitAttribute(Attribute attr)Visits a non standard attribute of the field.voidMethodAdapter. visitAttribute(Attribute attr)voidMethodVisitor. visitAttribute(Attribute attr)Visits a non standard attribute of this method.
-