Uses of Interface
javassist.bytecode.ClassFileWriter.AttributeWriter
Packages that use ClassFileWriter.AttributeWriter
-
Uses of ClassFileWriter.AttributeWriter in javassist.bytecode
Methods in javassist.bytecode with parameters of type ClassFileWriter.AttributeWriterModifier and TypeMethodDescriptionvoidClassFileWriter.FieldWriter.add(int accessFlags, int name, int descriptor, ClassFileWriter.AttributeWriter aw) Adds a new field.voidClassFileWriter.FieldWriter.add(int accessFlags, String name, String descriptor, ClassFileWriter.AttributeWriter aw) Adds a new field.voidClassFileWriter.MethodWriter.begin(int accessFlags, int name, int descriptor, int[] exceptions, ClassFileWriter.AttributeWriter aw) Starts adding a new method.voidClassFileWriter.MethodWriter.begin(int accessFlags, String name, String descriptor, String[] exceptions, ClassFileWriter.AttributeWriter aw) Starts Adding a new method.byte[]ClassFileWriter.end(int accessFlags, int thisClass, int superClass, int[] interfaces, ClassFileWriter.AttributeWriter aw) Ends writing and returns the contents of the class file.voidClassFileWriter.end(DataOutputStream out, int accessFlags, int thisClass, int superClass, int[] interfaces, ClassFileWriter.AttributeWriter aw) Ends writing and writes the contents of the class file into the given output stream.voidClassFileWriter.MethodWriter.end(StackMapTable.Writer smap, ClassFileWriter.AttributeWriter aw) Ends adding a new method.