Package org.apache.openjpa.util.asm
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 java.lang.String
ATTR_TYPE
-
Constructor Summary
Constructors Constructor Description RedefinedAttribute()
-
Method Summary
All Methods Instance Methods Concrete Methods 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)
-
-
-
Field Detail
-
ATTR_TYPE
public static final java.lang.String ATTR_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
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 classorg.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 classorg.apache.xbean.asm9.Attribute
-
-