Uses of Class
org.eclipse.sisu.space.asm.Attribute
-
Packages that use Attribute Package Description org.eclipse.sisu.space.asm -
-
Uses of Attribute in org.eclipse.sisu.space.asm
Methods in org.eclipse.sisu.space.asm that return Attribute Modifier and Type Method Description protected Attribute
Attribute. read(ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels)
Reads atype
attribute.Methods in org.eclipse.sisu.space.asm with parameters of type Attribute Modifier and Type Method Description void
ClassReader. accept(ClassVisitor classVisitor, Attribute[] attributePrototypes, int parsingOptions)
Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of thisClassReader
.void
ClassVisitor. visitAttribute(Attribute attribute)
Visits a non standard attribute of the class.void
ClassWriter. visitAttribute(Attribute attribute)
void
FieldVisitor. visitAttribute(Attribute attribute)
Visits a non standard attribute of the field.void
MethodVisitor. visitAttribute(Attribute attribute)
Visits a non standard attribute of this method.void
RecordComponentVisitor. visitAttribute(Attribute attribute)
Visits a non standard attribute of the record component.
-