Class SyntheticAttribute

java.lang.Object
javassist.bytecode.AttributeInfo
javassist.bytecode.SyntheticAttribute

public class SyntheticAttribute extends AttributeInfo
Synthetic_attribute.
  • Field Details

  • Constructor Details

    • SyntheticAttribute

      public SyntheticAttribute(ConstPool cp)
      Constructs a Synthetic attribute.
      Parameters:
      cp - a constant pool table.
  • Method Details