类的使用
org.ssssssss.script.asm.ClassVisitor
使用ClassVisitor的程序包
-
org.ssssssss.script.asm中ClassVisitor的使用
修饰符和类型类说明classAClassVisitorthat generates a corresponding ClassFile structure, as defined in the Java Virtual Machine Specification (JVMS).修饰符和类型字段说明protected ClassVisitorClassVisitor.cvThe class visitor to which this visitor must delegate method calls.参数类型为ClassVisitor的org.ssssssss.script.asm中的方法修饰符和类型方法说明voidClassReader.accept(ClassVisitor classVisitor, int parsingOptions) Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of thisClassReader.voidClassReader.accept(ClassVisitor classVisitor, Attribute[] attributePrototypes, int parsingOptions) Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of thisClassReader.参数类型为ClassVisitor的org.ssssssss.script.asm中的构造器