Package jminusminus

Class CLConstantValueAttribute

java.lang.Object
jminusminus.CLAttributeInfo
jminusminus.CLConstantValueAttribute

class CLConstantValueAttribute extends CLAttributeInfo
Representation of ConstantValue_attribute structure.
  • Field Details

    • constantValueIndex

      public int constantValueIndex
      ConstantValue_attribute.constantvalue_index item.
  • Constructor Details

    • CLConstantValueAttribute

      public CLConstantValueAttribute(int attributeNameIndex, long attributeLength, int constantValueIndex)
      Construct a CLConstantValueAttribute object.
      Parameters:
      attributeNameIndex - ConstantValue_attribute.attribute_name_index item.
      attributeLength - ConstantValue_attribute.attribute_length item.
      constantValueIndex - ConstantValue_attribute.constantvalue_index item.
  • Method Details