类的使用
cn.taketoday.bytecode.MethodWriter
使用MethodWriter的程序包
-
cn.taketoday.bytecode中MethodWriter的使用
修饰符和类型字段说明private MethodWriterClassWriter.firstMethodThe methods of this class, stored in a linked list ofMethodWriterlinked via theirMethodVisitor.mvfield.private MethodWriterClassWriter.lastMethodThe methods of this class, stored in a linked list ofMethodWriterlinked via theirMethodVisitor.mvfield.参数类型为MethodWriter的cn.taketoday.bytecode中的方法修饰符和类型方法说明(专用程序包) final voidFrame.accept(MethodWriter methodWriter) Makes the givenMethodWritervisit the input frame of thisFrame.