类的使用
cn.taketoday.bytecode.ClassWriter
使用ClassWriter的程序包
程序包
说明
CGLIB or ASM other byte code library
Provides some useful class and method adapters.
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
Provides ASM visitors that can be useful for programming and
debugging purposes.
-
cn.taketoday.bytecode中ClassWriter的使用
参数类型为ClassWriter的cn.taketoday.bytecode中的方法修饰符和类型方法说明protected ByteVectorAttribute.write(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) Returns the byte array form of the content of this attribute.protected ByteVectorCodeComment.write(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) protected ByteVectorComment.write(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) -
cn.taketoday.bytecode.commons中ClassWriter的使用
参数类型为ClassWriter的cn.taketoday.bytecode.commons中的方法修饰符和类型方法说明protected ByteVectorCodeComment.write(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) protected ByteVectorComment.write(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) protected ByteVectorModuleHashesAttribute.write(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) protected ByteVectorModuleResolutionAttribute.write(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) protected ByteVectorModuleTargetAttribute.write(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) -
cn.taketoday.bytecode.core中ClassWriter的使用
参数类型为ClassWriter的cn.taketoday.bytecode.core中的方法参数类型为ClassWriter的cn.taketoday.bytecode.core中的构造器限定符构造器说明CodeFlow(String className, ClassWriter classWriter) Construct a newCodeFlowfor the given class. -
cn.taketoday.bytecode.tree中ClassWriter的使用
参数类型为ClassWriter的cn.taketoday.bytecode.tree中的方法修饰符和类型方法说明protected ByteVectorCodeComment.write(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) protected ByteVectorComment.write(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) -
cn.taketoday.bytecode.util中ClassWriter的使用
参数类型为ClassWriter的cn.taketoday.bytecode.util中的方法修饰符和类型方法说明protected ByteVectorCodeComment.write(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) protected ByteVectorComment.write(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals)