类的使用
org.springframework.asm.Attribute
使用Attribute的程序包 程序包 说明 org.springframework.asm Spring's repackaging of ASM 7.0 (with Spring-specific patches; for internal use only).org.springframework.asm中Attribute的使用
返回Attribute的org.springframework.asm中的方法 修饰符和类型 方法 说明 protected AttributeAttribute. read(ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels)Reads atypeattribute.参数类型为Attribute的org.springframework.asm中的方法 修饰符和类型 方法 说明 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.voidRecordComponentVisitor. visitAttributeExperimental(Attribute attribute)已过时。this API is experimental.