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 inherited from class org.apache.xbean.asm9.Attribute
type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
Field Details
-
ATTR_TYPE
- See Also:
-
-
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 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
-