类的使用
cn.taketoday.bytecode.ClassWriter
使用ClassWriter的程序包
程序包
说明
CGLIB or ASM other byte code library
-
cn.taketoday.bytecode中ClassWriter的使用
声明为ClassWriter的cn.taketoday.bytecode中的字段修饰符和类型字段说明final ClassWriterSymbolTable.classWriterThe ClassWriter to which this SymbolTable belongs.参数类型为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.参数类型为ClassWriter的cn.taketoday.bytecode中的构造器限定符构造器说明(专用程序包)SymbolTable(ClassWriter classWriter) Constructs a new, empty SymbolTable for the given ClassWriter.(专用程序包)SymbolTable(ClassWriter classWriter, ClassReader classReader) Constructs a new SymbolTable for the given ClassWriter, initialized with the constant pool and bootstrap methods of the given ClassReader. -
cn.taketoday.bytecode.commons中ClassWriter的使用
参数类型为ClassWriter的cn.taketoday.bytecode.commons中的方法修饰符和类型方法说明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.util中ClassWriter的使用
参数类型为ClassWriter的cn.taketoday.bytecode.util中的构造器