AnonymousAttributeImpl
open class AnonymousAttributeImpl(val pool: ConstantPool, val nameConstant: Int, val value: ByteArray) : Attribute(source)
An abstract Attribute implementation without any custom properties This implementation can wrap any attribute.
Since
0.1.0
Parameters
pool
the ConstantPool of the attribute
nameConstant
the name of the attribute
value
the value of the attribute
See also
Inheritors
Properties
Link copied to clipboard
The name of the attribute
Link copied to clipboard
The ConstantPool 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