net.sf.rej.java.attribute
Class Attribute
java.lang.Object
net.sf.rej.java.attribute.Attribute
- Direct Known Subclasses:
- CodeAttribute, ConstantValueAttribute, DeprecatedAttribute, EnclosingMethodAttribute, ExceptionsAttribute, InnerClassesAttribute, LineNumberTableAttribute, LocalVariableTableAttribute, LocalVariableTypeTableAttribute, RuntimeInvisibleAnnotationsAttribute, RuntimeVisibleAnnotationsAttribute, SignatureAttribute, SourceFileAttribute, SyntheticAttribute
public class Attribute
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getAttribute
public static Attribute getAttribute(ByteParser parser,
ConstantPool pool)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getName
public java.lang.String getName()
getData
public final byte[] getData()
getPayload
public byte[] getPayload()
setPayload
public void setPayload(byte[] data)