Class RedefinedAttribute

java.lang.Object
org.apache.xbean.asm9.Attribute
org.apache.openjpa.util.asm.RedefinedAttribute

public class RedefinedAttribute extends org.apache.xbean.asm9.Attribute
Custom Attribute to mark that this class already got redefined.
Author:
Mark Struberg
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class org.apache.xbean.asm9.Attribute

    type
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.xbean.asm9.Attribute
    read(org.apache.xbean.asm9.ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, org.apache.xbean.asm9.Label[] labels)
     
    protected org.apache.xbean.asm9.ByteVector
    write(org.apache.xbean.asm9.ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals)
     

    Methods inherited from class org.apache.xbean.asm9.Attribute

    getLabels, isCodeAttribute, isUnknown

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • RedefinedAttribute

      public RedefinedAttribute()
  • Method Details

    • read

      protected org.apache.xbean.asm9.Attribute read(org.apache.xbean.asm9.ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, org.apache.xbean.asm9.Label[] labels)
      Overrides:
      read in class org.apache.xbean.asm9.Attribute
    • write

      protected org.apache.xbean.asm9.ByteVector write(org.apache.xbean.asm9.ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals)
      Overrides:
      write in class org.apache.xbean.asm9.Attribute