Class SyntheticAttribute

All Implemented Interfaces:
Serializable, Processable

public class SyntheticAttribute extends Attribute
This Attribute represents a synthetic attribute.
See Also:
  • Constructor Details

    • SyntheticAttribute

      public SyntheticAttribute()
      Creates an uninitialized SyntheticAttribute.
    • SyntheticAttribute

      public SyntheticAttribute(int u2attributeNameIndex)
      Creates an initialized SyntheticAttribute.
  • Method Details