MutableAnonymousAttributeImpl
class MutableAnonymousAttributeImpl(pool: MutableConstantPool, var nameConstant: Int, var value: ByteArray) : AnonymousAttributeImpl, MutableAttribute(source)
A mutable AnonymousAttributeImpl implementation without any custom properties This implementation can wrap any attribute.
Since
0.1.0
Parameters
pool
the MutableConstantPool of the attribute
nameConstant
the name of the attribute
value
the value of the attribute
See also
Properties
Link copied to clipboard
The name of the attribute
Link copied to clipboard
The MutableConstantPool of the attribute
Functions
Link copied to clipboard
Link copied to clipboard
Get the size of the attribute
Link copied to clipboard
Get the hash code of this Attribute