Class AttributeWriter

java.lang.Object
mockit.asm.constantPool.AttributeWriter
Direct Known Subclasses:
SignatureWriter, StackMapTableWriter

public abstract class AttributeWriter extends Object
  • Field Details

    • cp

      @NonNull protected final ConstantPoolGeneration cp
    • attributeIndex

      protected @org.checkerframework.checker.index.qual.NonNegative int attributeIndex
      The index of the constant pool item that contains the name of the associated attribute.
  • Constructor Details

  • Method Details

    • setAttribute

      protected final void setAttribute(@NonNull String attributeName)
    • getSize

      public abstract @org.checkerframework.checker.index.qual.NonNegative int getSize()
    • put

      public void put(@NonNull ByteVector out)
    • put

      protected final void put(@NonNull ByteVector out, @org.checkerframework.checker.index.qual.NonNegative int size)