Class ConstantValueAttribute

All Implemented Interfaces:
Serializable, Processable

public class ConstantValueAttribute extends Attribute
This Attribute represents a constant value attribute.
See Also:
  • Field Details

    • u2constantValueIndex

      public int u2constantValueIndex
  • Constructor Details

    • ConstantValueAttribute

      public ConstantValueAttribute()
      Creates an uninitialized ConstantValueAttribute.
    • ConstantValueAttribute

      public ConstantValueAttribute(int u2attributeNameIndex, int u2constantValueIndex)
      Creates an initialized ConstantValueAttribute.
  • Method Details