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 classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, 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[] attributePrototypes, int parsingOptions)Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of thisClassReader.voidClassVisitor. visitAttribute(Attribute attribute)Visits a non standard attribute of the class.voidClassWriter. visitAttribute(Attribute attribute)voidFieldVisitor. visitAttribute(Attribute attribute)Visits a non standard attribute of the field.voidMethodVisitor. visitAttribute(Attribute attribute)Visits a non standard attribute of this method.
-