Package jminusminus

Class CLAnnotationDefaultAttribute

java.lang.Object
jminusminus.CLAttributeInfo
jminusminus.CLAnnotationDefaultAttribute

class CLAnnotationDefaultAttribute extends CLAttributeInfo
Representation of AnnotationDefault_attribute structure.
  • Field Details

    • defaultValue

      public CLElementValue defaultValue
      AnnotationDefault_attribute.defaultValue item.
  • Constructor Details

    • CLAnnotationDefaultAttribute

      public CLAnnotationDefaultAttribute(int attributeNameIndex, long attributeLength, CLElementValue defaultValue)
      Construct a CLAnnotationDefaultAttribute object.
      Parameters:
      attributeNameIndex - AnnotationDefault_attribute.attribute_name_index item.
      attributeLength - AnnotationDefault_attribute.attribute_length item.
      defaultValue - AnnotationDefault_attribute.defaultValue item.
  • Method Details