类的使用
org.ssssssss.script.asm.Attribute
使用Attribute的程序包
-
org.ssssssss.script.asm中Attribute的使用
修饰符和类型方法说明protected AttributeAttribute.read(ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) Reads atypeattribute.参数类型为Attribute的org.ssssssss.script.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.final 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.visitAttribute(Attribute attribute) Visits a non standard attribute of the record component.